mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-07 00:38:57 +00: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);
|