#ifndef __KTYPES_H__ #define __KTYPES_H__ typedef signed char int8_t; typedef unsigned char u_int8_t; typedef short int16_t; typedef unsigned short u_int16_t; typedef int int32_t; typedef unsigned int u_int32_t; #endif /* __KTYPES_H__ */