From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- block/partitions/msdos.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 block/partitions/msdos.h (limited to 'block/partitions/msdos.h') diff --git a/block/partitions/msdos.h b/block/partitions/msdos.h new file mode 100644 index 00000000..38c781c4 --- /dev/null +++ b/block/partitions/msdos.h @@ -0,0 +1,8 @@ +/* + * fs/partitions/msdos.h + */ + +#define MSDOS_LABEL_MAGIC 0xAA55 + +int msdos_partition(struct parsed_partitions *state); + -- cgit v1.3.1