kernel/block/partitions/sun.c
.. .. @@ -9,7 +9,14 @@ 9 9 */ 10 10 11 11 #include "check.h" 12 -#include "sun.h"12 +13 +#define SUN_LABEL_MAGIC 0xDABE14 +#define SUN_VTOC_SANITY 0x600DDEEE15 +16 +enum {17 + SUN_WHOLE_DISK = 5,18 + LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */19 +};13 20 14 21 int sun_partition(struct parsed_partitions *state) 15 22 {