forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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 {