1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  fs/partitions/osf.h
4  */
5 
6 #define DISKLABELMAGIC (0x82564557UL)
7 
8 int osf_partition(struct parsed_partitions *state);
9