00001 /***********************************************************************/ 00014 #ifndef TYPES_H 00015 #define TYPES_H 00016 00017 #include <stdint.h> 00018 00019 /* 00020 * These type names are used in the Linux kernel. 00021 * Andreas likes them. 00022 */ 00023 typedef uint8_t u8; 00024 typedef uint16_t u16; 00025 00026 #endif