#ifndef __IRSKY_HS1100_MAP_H__ #define __IRSKY_HS1100_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef CONFIG_SUPPORT_IR_FAC_REMOTE #ifndef IR_PROTOCOL_TC9012 #define IR_PROTOCOL_TC9012 #endif #endif #ifndef _DRIVER_INCLUDE #define IRSKY_HS1100_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys #define IRSKY_HS1100_POWERON_KEY \ {IRSKY_HS1100_POWERON_KEY_NUM, {0x0e0e000c}}, extern void IRSKY_HS1100_EventConvert(unsigned int *pbEvent); UINT8 IRSKY_HS1100_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif