#ifndef __IRM4DB2_MAP_H__ #define __IRM4DB2_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef CONFIG_SUPPORT_IR_FAC_REMOTE #ifndef IR_PROTOCOL_NEC #define IR_PROTOCOL_NEC #endif #endif #ifndef _DRIVER_INCLUDE #define IRM4DB2_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys #define IRM4DB2_POWERON_KEY \ {IRM4DB2_POWERON_KEY_NUM, {0xB24D00DC}}, extern void IRM4DB2_EventConvert(unsigned int *pbEvent); UINT8 IRM4DB2_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif