feat: refactor to use gcc types
This commit is contained in:
@@ -8,15 +8,7 @@
|
||||
#ifndef KERNEL_LIBC_TYPES_H_
|
||||
#define KERNEL_LIBC_TYPES_H_
|
||||
|
||||
# define NULL (void *)0
|
||||
|
||||
typedef unsigned long long u64;
|
||||
typedef long long s64;
|
||||
typedef unsigned int u32;
|
||||
typedef int s32;
|
||||
typedef unsigned short u16;
|
||||
typedef short s16;
|
||||
typedef unsigned char u8;
|
||||
typedef char s8;
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#endif /* KERNEL_LIBC_TYPES_H_ */
|
||||
|
||||
Reference in New Issue
Block a user