forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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 {