forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
kernel/block/partitions/osf.c
....@@ -9,9 +9,9 @@
99 */
1010
1111 #include "check.h"
12
-#include "osf.h"
1312
1413 #define MAX_OSF_PARTITIONS 18
14
+#define DISKLABELMAGIC (0x82564557UL)
1515
1616 int osf_partition(struct parsed_partitions *state)
1717 {