forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/block/partitions/sgi.c
....@@ -6,7 +6,12 @@
66 */
77
88 #include "check.h"
9
-#include "sgi.h"
9
+
10
+#define SGI_LABEL_MAGIC 0x0be5a941
11
+
12
+enum {
13
+ LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */
14
+};
1015
1116 struct sgi_disklabel {
1217 __be32 magic_mushroom; /* Big fat spliff... */