mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-30 08:20:13 -05:00
8 lines
123 B
C
8 lines
123 B
C
/*
|
|
* fs/partitions/osf.h
|
|
*/
|
|
|
|
#define DISKLABELMAGIC (0x82564557UL)
|
|
|
|
int osf_partition(struct parsed_partitions *state);
|