diff options
Diffstat (limited to 'include/drivers/io_driver.h')
-rw-r--r-- | include/drivers/io_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drivers/io_driver.h b/include/drivers/io_driver.h index cade5e70..cc01d3b2 100644 --- a/include/drivers/io_driver.h +++ b/include/drivers/io_driver.h @@ -31,7 +31,9 @@ #ifndef __IO_DRIVER_H__ #define __IO_DRIVER_H__ +#include <io_storage.h> #include <platform.h> /* For MAX_IO_DEVICES */ +#include <stdint.h> /* Generic IO entity structure,representing an accessible IO construct on the |