123456789101112131415161718192021222324252627 |
- #ifndef __IRTSB1818_MAP_H__
- #define __IRTSB1818_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 IRTSB1818_POWERON_KEY_NUM 0x03 // must same with power on key number up to 14 keys
- #define IRTSB1818_POWERON_KEY \
- {IRTSB1818_POWERON_KEY_NUM, {0x1818000b, 0x18180019, 0x18180018}},
- extern void IRTSB1818_EventConvert(unsigned int *pbEvent);
- UINT8 IRTSB1818_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event);
- #endif
- #endif
|