#ifndef __IRSHARP2_MAP_H__ #define __IRSHARP2_MAP_H__ #ifndef _DRIVER_INCLUDE #include "umf_ir.h" #endif //#include "types.h" /******************************************************************************* * struct ******************************************************************************/ // ------------------------------------------------------------------------ #ifndef IR_PROTOCOL_SHARP2 #define IR_PROTOCOL_SHARP2 #endif #ifndef _DRIVER_INCLUDE #define IRSHARP555A_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys #define IRSHARP555A_POWERON_KEY \ {IRSHARP555A_POWERON_KEY_NUM, {0x555A0008}}, extern void IRSHARP555A_EventConvert(unsigned int *pbEvent); UINT8 IRSHARP555A_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event); #endif #endif