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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel/hd.h b/include/kernel/hd.h
index 26c705d..292b92e 100644
--- a/include/kernel/hd.h
+++ b/include/kernel/hd.h
@@ -1,6 +1,8 @@
#ifndef _HD_H
#define _HD_H
+#include <stdint.h>
+
int hd_read(void*, uint32_t, uint8_t);
int hd_write(void*, uint32_t, uint8_t);