From a0aa45ea6f4027dd4080cf1456a2fc5d9e94f87b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 16 Jul 2018 17:36:59 +1000 Subject: Included the necessary stdint.h in kernel/hd.h. That header file may now be used freely throughout the kernel. --- include/kernel/hd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/kernel/hd.h') 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 + int hd_read(void*, uint32_t, uint8_t); int hd_write(void*, uint32_t, uint8_t); -- cgit v1.3