osf.h 150 B

1234567
  1. /*
  2. * fs/partitions/osf.h
  3. */
  4. #define DISKLABELMAGIC (0x82564557UL)
  5. int osf_partition(struct parsed_partitions *state, struct block_device *bdev);