From b5b8ef16ea0e7517169d521c297784d5678d7518 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Mon, 31 May 2010 12:41:21 +0200 Subject: check in the initial version of windhoek by DROPS. --- windhoek/partitions/msdos.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 windhoek/partitions/msdos.h (limited to 'windhoek/partitions/msdos.h') diff --git a/windhoek/partitions/msdos.h b/windhoek/partitions/msdos.h new file mode 100644 index 00000000..01e5e0b6 --- /dev/null +++ b/windhoek/partitions/msdos.h @@ -0,0 +1,8 @@ +/* + * fs/partitions/msdos.h + */ + +#define MSDOS_LABEL_MAGIC 0xAA55 + +int msdos_partition(struct parsed_partitions *state, struct block_device *bdev); + -- cgit v1.2.3