forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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 {