block: add SPDX tags to block layer files missing licensing information
[linux-2.6-microblaze.git] / block / partitions / osf.h
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);