diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-07-20 19:29:29 +0400 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-07-20 19:29:29 +0400 |
| commit | 530cd72e3aabe8abc6ee471c435040e6bc548679 (patch) | |
| tree | f4e9b6a8bc3f488d569ee45fbc37578aa4ae40c5 /kernel/Types | |
| parent | 54463cc2520dcaa73c8248b8e8eb195558d31589 (diff) | |
Rename convenience
Diffstat (limited to 'kernel/Types')
| -rw-r--r-- | kernel/Types/types.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/Types/types.hpp b/kernel/Types/types.hpp deleted file mode 100644 index a6f334e..0000000 --- a/kernel/Types/types.hpp +++ /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 |
