hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/block/partitions/sun.c
....@@ -9,7 +9,14 @@
99 */
1010
1111 #include "check.h"
12
-#include "sun.h"
12
+
13
+#define SUN_LABEL_MAGIC 0xDABE
14
+#define SUN_VTOC_SANITY 0x600DDEEE
15
+
16
+enum {
17
+ SUN_WHOLE_DISK = 5,
18
+ LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */
19
+};
1320
1421 int sun_partition(struct parsed_partitions *state)
1522 {