From fbe6103b1e833405214786b936020483f5188643 Mon Sep 17 00:00:00 2001
From: h2-addad <hamza2.addad@live.uwe.ac.uk>
Date: Sun, 16 Jul 2023 00:35:43 +0000
Subject: [PATCH] Update

---
 src/devices/partition.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 src/devices/partition.h

diff --git a/src/devices/partition.h b/src/devices/partition.h
new file mode 100644
index 0000000..47fea4d
--- /dev/null
+++ b/src/devices/partition.h
@@ -0,0 +1,8 @@
+#ifndef DEVICES_PARTITION_H
+#define DEVICES_PARTITION_H
+
+struct block;
+
+void partition_scan (struct block *);
+
+#endif /* devices/partition.h */
-- 
GitLab