seb15753

kern/types.h

Jun 24th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. //a.michelizza.free.fr
  2. #ifndef _I386_TYPE_
  3. #define _I386_TYPE_
  4.  
  5. typedef unsigned char u8;
  6. typedef unsigned short u16;
  7. typedef unsigned int u32;
  8. typedef unsigned char uchar;
  9.  
  10. #endif
Advertisement
Add Comment
Please, Sign In to add comment