/* * * (c) 2004-2007 Laurent Vivier * */ #include #include #include "libmap.h" int map_get_number(map_t *map) { return read_long((u_int32_t*)&map->partition.MapBlkCnt); }