diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/include/stdint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/include/stdint.h b/src/arch/i386/include/stdint.h index 76bd89a354..d117fc4640 100644 --- a/src/arch/i386/include/stdint.h +++ b/src/arch/i386/include/stdint.h @@ -67,5 +67,9 @@ typedef unsigned long int uintmax_t; #undef __HAVE_LONG_LONG__ +typedef uint8_t u8; +typedef uint16_t u16; +typedef uint32_t u32; + #endif /* I386_STDINT_H */ |