summaryrefslogtreecommitdiff
path: root/kernel/includes/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/includes/typedefs.h')
-rw-r--r--kernel/includes/typedefs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/includes/typedefs.h b/kernel/includes/typedefs.h
deleted file mode 100644
index e290716..0000000
--- a/kernel/includes/typedefs.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdint.h>
-
-typedef uint8_t u8;
-typedef uint16_t u16;
-typedef uint32_t u32;
-typedef uint64_t u64;
-
-typedef int8_t i8;
-typedef int16_t i16;
-typedef int32_t i32;
-typedef int64_t i64;