diff options
Diffstat (limited to 'fs/partitions/msdos.h')
-rw-r--r-- | fs/partitions/msdos.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/partitions/msdos.h b/fs/partitions/msdos.h new file mode 100644 index 000000000000..01e5e0b6902d --- /dev/null +++ b/fs/partitions/msdos.h | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | * fs/partitions/msdos.h | ||
3 | */ | ||
4 | |||
5 | #define MSDOS_LABEL_MAGIC 0xAA55 | ||
6 | |||
7 | int msdos_partition(struct parsed_partitions *state, struct block_device *bdev); | ||
8 | |||