#ifndef __IRRC6_6A_MAP_H__ #define __IRRC6_6A_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef IR_PROTOCOL_Phillips_RC6_6A #define IR_PROTOCOL_Phillips_RC6_6A #endif #ifndef _DRIVER_INCLUDE #define IRRC6_6A_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys #define IRRC6_6A_POWERON_KEY \ {IRRC6_6A_POWERON_KEY_NUM, {0x8068000c}}, extern void IRRC6_6A_EventConvert(unsigned int *pbEvent); UINT8 IRRC6_6A_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif