msdos.h 151 B

12345678
  1. /*
  2. * fs/partitions/msdos.h
  3. */
  4. #define MSDOS_LABEL_MAGIC 0xAA55
  5. int msdos_partition(struct parsed_partitions *state, struct block_device *bdev);