From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:41:34 +0000
Subject: [PATCH] add gpio led uart
---
kernel/block/partitions/osf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/block/partitions/osf.c b/kernel/block/partitions/osf.c
index 4b87397..84560d0 100644
--- a/kernel/block/partitions/osf.c
+++ b/kernel/block/partitions/osf.c
@@ -9,9 +9,9 @@
*/
#include "check.h"
-#include "osf.h"
#define MAX_OSF_PARTITIONS 18
+#define DISKLABELMAGIC (0x82564557UL)
int osf_partition(struct parsed_partitions *state)
{
--
Gitblit v1.6.2