Rename convenience
This commit is contained in:
parent
54463cc252
commit
530cd72e3a
3 changed files with 2 additions and 2 deletions
14
kernel/Helpers/types.hpp
Normal file
14
kernel/Helpers/types.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef __types__
|
||||
#define __types__
|
||||
|
||||
//Byte :
|
||||
typedef unsigned char u8;
|
||||
|
||||
//Word :
|
||||
typedef unsigned short u16;
|
||||
|
||||
//Double Word :
|
||||
typedef unsigned long int u32;
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue