forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 {