Revision 9e66317d3c92ddaab330c125dfe9d06eee268aff authored by Linus Torvalds on 01 October 2017, 21:54:54 UTC, committed by Linus Torvalds on 01 October 2017, 21:54:54 UTC
1 parent 368f899
Raw File
osf.h
/*
 *  fs/partitions/osf.h
 */

#define DISKLABELMAGIC (0x82564557UL)

int osf_partition(struct parsed_partitions *state);
back to top