12345678910111213141516171819202122232425262728 |
- #ifndef __IRTPVRC6_MAP_H__
- #define __IRTPVRC6_MAP_H__
- #ifndef _DRIVER_INCLUDE
- #include "umf_ir.h"
- #endif
- //#include "types.h"
- /*******************************************************************************
- * struct
- ******************************************************************************/
- // ------------------------------------------------------------------------
- #ifndef IR_PROTOCOL_Phillips_RC6
- #define IR_PROTOCOL_Phillips_RC6
- #endif
- #ifndef _DRIVER_INCLUDE
- #define IRTPVRC6_POWERON_KEY_NUM 0x02 // must same with power on key number up to 14 keys
- #define IRTPVRC6_POWERON_KEY \
- {IRTPVRC6_POWERON_KEY_NUM, {0x0000000c,0x00000038}},
- extern void IRTPVRC6_EventConvert(unsigned int *pbEvent);
- UINT8 IRTPVRC6_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event);
- #endif
- #endif
|