Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 422 → Rev 428

/shark/trunk/drivers/linuxc26/include/linux/types.h
91,10 → 91,10
#endif
 
/* bsd */
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
//typedef unsigned char u_char;
//typedef unsigned short u_short;
//typedef unsigned int u_int;
//typedef unsigned long u_long;
 
/* sysv */
typedef unsigned char unchar;