Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
2 | * fs/partitions/osf.h | ||||
3 | */ | ||||
4 | |||||
5 | #define DISKLABELMAGIC (0x82564557UL) | ||||
6 | |||||
Tejun Heo | 1493bf2 | 2010-05-15 20:09:30 +0200 | [diff] [blame] | 7 | int osf_partition(struct parsed_partitions *state); |