#ifndef __IRSHARP_MAP_H__ #define __IRSHARP_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef IR_PROTOCOL_SHARP #define IR_PROTOCOL_SHARP #endif #ifndef _DRIVER_INCLUDE #define IRSHARP0100_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys #define IRSHARP0100_POWERON_KEY \ {IRSHARP0100_POWERON_KEY_NUM, {0x01000016}}, extern void IRSHARP0100_EventConvert(unsigned int *pbEvent); UINT8 IRSHARP0100_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif