diff options
Diffstat (limited to 'arch/x86/inc')
| -rw-r--r-- | arch/x86/inc/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/inc/types.h b/arch/x86/inc/types.h index d688a35..1ec71f3 100644 --- a/arch/x86/inc/types.h +++ b/arch/x86/inc/types.h @@ -1,3 +1,5 @@ +#define NULL 0 + typedef unsigned char uint8; typedef unsigned int uint16; |
