12345678910111213141516171819202122232425262728 |
- #ifndef __IRTOSHIBAINTEX_MAP_H__
- #define __IRTOSHIBAINTEX_MAP_H__
- #ifndef _DRIVER_INCLUDE
- #include "umf_ir.h"
- #endif
- //#include "types.h"
- /*******************************************************************************
- * struct
- ******************************************************************************/
- // ------------------------------------------------------------------------
- #ifndef IR_PROTOCOL_TOSHIBA
- #define IR_PROTOCOL_TOSHIBA
- #endif
- #ifndef _DRIVER_INCLUDE
- #define IRTOSHIBAINTEX_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys
- #define IRTOSHIBAINTEX_POWERON_KEY \
- {IRTOSHIBAINTEX_POWERON_KEY_NUM, {0x0e0e000c}},
- extern void IRTOSHIBAINTEX_EventConvert(unsigned int *pbEvent);
- UINT8 IRTOSHIBAINTEX_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event);
- #endif
- #endif
|