Christoph Hellwig | 3dcf60b | 2019-04-30 14:42:43 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
3 | * fs/partitions/sun.h | ||||
4 | */ | ||||
5 | |||||
6 | #define SUN_LABEL_MAGIC 0xDABE | ||||
Mark Fortescue | 3961bae | 2007-07-26 00:17:22 -0700 | [diff] [blame] | 7 | #define SUN_VTOC_SANITY 0x600DDEEE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Tejun Heo | 1493bf2 | 2010-05-15 20:09:30 +0200 | [diff] [blame] | 9 | int sun_partition(struct parsed_partitions *state); |