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

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

diff --git a/src/devices/ide.h b/src/devices/ide.h
new file mode 100644
index 0000000..b35da5e
--- /dev/null
+++ b/src/devices/ide.h
@@ -0,0 +1,6 @@
+#ifndef DEVICES_IDE_H
+#define DEVICES_IDE_H
+
+void ide_init (void);
+
+#endif /* devices/ide.h */
-- 
GitLab