diff options
Diffstat (limited to 'include/lib/io_storage.h')
-rw-r--r-- | include/lib/io_storage.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/lib/io_storage.h b/include/lib/io_storage.h index 59fd3f47..b6c5f9f5 100644 --- a/include/lib/io_storage.h +++ b/include/lib/io_storage.h @@ -31,10 +31,7 @@ #ifndef __IO_H__ #define __IO_H__ -#ifndef __ASSEMBLY__ - -#include <stdint.h> -#include <stdio.h> /* For ssize_t */ +#include <stdio.h> /* For ssize_t */ /* Device type which can be used to enable policy decisions about which device @@ -128,5 +125,4 @@ int io_write(io_handle handle, const void *buffer, size_t length, int io_close(io_handle handle); -#endif /* __ASSEMBLY__ */ #endif /* __IO_H__ */ |