diff options
Diffstat (limited to 'block/partitions/msdos.h')
-rw-r--r-- | block/partitions/msdos.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/block/partitions/msdos.h b/block/partitions/msdos.h new file mode 100644 index 000000000000..38c781c490b3 --- /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); + |