Revision dbdbb87636e882042cbe53d5d4eac94206f8db83 authored by Steve French on 10 June 2008, 21:21:56 UTC, committed by Steve French on 10 June 2008, 21:21:56 UTC
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
1 parent 5132861
Raw File
msdos.h
/*
 *  fs/partitions/msdos.h
 */

#define MSDOS_LABEL_MAGIC		0xAA55

int msdos_partition(struct parsed_partitions *state, struct block_device *bdev);

back to top