diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-07-20 16:34:46 +0400 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-07-20 16:34:46 +0400 |
| commit | 9b856ae4d7ad3dafc5cc6eac9194ff3803965d94 (patch) | |
| tree | a2ed8285af123c8276c6acfcda41e8d0888d7632 /kernel/Types/types.h | |
| parent | 78f219c0ec049a08312896fdb1194ce03a54769a (diff) | |
Switch to cpp
Diffstat (limited to 'kernel/Types/types.h')
| -rw-r--r-- | kernel/Types/types.h | 14 |
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 |
