mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
9be96f3fd1
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9 lines
124 B
C
9 lines
124 B
C
/*
|
|
* fs/partitions/msdos.h
|
|
*/
|
|
|
|
#define MSDOS_LABEL_MAGIC 0xAA55
|
|
|
|
int msdos_partition(struct parsed_partitions *state);
|
|
|