#ifndef __IRRCA_MAP_H__ #define __IRRCA_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef IR_PROTOCOL_RCA #define IR_PROTOCOL_RCA #endif #ifndef _DRIVER_INCLUDE #define IRRCA_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys #define IRRCA_POWERON_KEY \ {IRRCA_POWERON_KEY_NUM, {0x0f0000d5}}, extern void IRRCA_EventConvert(unsigned int *pbEvent); UINT8 IRRCA_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif