#ifndef __IRSONY010317_MAP_H__ #define __IRSONY010317_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef IR_PROTOCOL_SONY #define IR_PROTOCOL_SONY #endif #ifndef _DRIVER_INCLUDE #define IRSONY010317_POWERON_KEY_NUM 0x03 // must same with power on key number up to 14 keys #define IRSONY010317_POWERON_KEY \ {IRSONY010317_POWERON_KEY_NUM, {0x010015, 0x010010, 0x010011}}, extern void IRSONY010317_EventConvert(unsigned int *pbEvent); UINT8 IRSONY010317_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif