EMILE/libemile/emile_map_partition_get_flags.c

16 lines
302 B
C
Raw Normal View History

2004-12-21 15:32:02 +00:00
static __attribute__((used)) char* rcsid = "$CVSHeader$";
/*
*
* (c) 2004 Laurent Vivier <Laurent@lvivier.info>
2004-12-21 15:32:02 +00:00
*
*/
#include "partition.h"
#include "libemile.h"
2006-05-29 20:18:19 +00:00
#include "emile.h"
2004-12-21 15:32:02 +00:00
int emile_map_partition_get_flags(emile_map_t *map)
{
return read_long((u_int32_t*)&map->partition.PartStatus);
2004-12-21 15:32:02 +00:00
}