#ifndef __IRCVT00BF_MAP_H__ #define __IRCVT00BF_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef IR_PROTOCOL_NEC_SAMSUNG #define IR_PROTOCOL_NEC_SAMSUNG #endif #ifndef _DRIVER_INCLUDE #define IRSX0707_POWERON_KEY_NUM 0x03 // must same with power on key number up to 14 keys #define IRSX0707_POWERON_KEY \ {IRSX0707_POWERON_KEY_NUM, {0x07070002, 0x07070010, 0x07070012}}, extern void IRSX0707_EventConvert(unsigned int *pbEvent); UINT8 IRSX0707_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif