summaryrefslogtreecommitdiff
path: root/kernel/Types/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Types/types.h')
-rw-r--r--kernel/Types/types.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/Types/types.h b/kernel/Types/types.h
deleted file mode 100644
index a6f334e..0000000
--- a/kernel/Types/types.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __types__
-#define __types__
-
-//Byte :
-typedef unsigned char u8;
-
-//Word :
-typedef unsigned short u16;
-
-//Double Word :
-typedef unsigned long int u32;
-
-
-#endif