/* h_fsm types */ #ifndef _FSM_TYPES_H_ #define _FSM_TYPES_H_ typedef unsigned char T_bit; typedef unsigned char T_u8; typedef char T_char; typedef unsigned short T_u16; #endif /* _FSM_TYPES_H_ */