summaryrefslogtreecommitdiff
path: root/include/kernel/hd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/hd.h')
-rw-r--r--include/kernel/hd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/kernel/hd.h b/include/kernel/hd.h
new file mode 100644
index 0000000..26c705d
--- /dev/null
+++ b/include/kernel/hd.h
@@ -0,0 +1,7 @@
+#ifndef _HD_H
+#define _HD_H
+
+int hd_read(void*, uint32_t, uint8_t);
+int hd_write(void*, uint32_t, uint8_t);
+
+#endif