• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 
3 typedef unsigned short u16;
4 typedef unsigned long u32;
5 typedef unsigned char u8;
6 typedef signed char s8;
7 typedef signed short s16;
8 #define __user
9 
10