123456789101112 |
- /*
- * This file is generated automatically. Please do not edit them.
- */
- #ifndef __APP_IR_H__
- #define __APP_IR_H__
- extern UINT8 APP_RepeatEventCheck(UINT32 dEvent);
- extern UINT8 APP_Ir_GetEvent(UINT16 wCID, UINT8 bKey, UINT32 *pdEvent);
- extern void APP_Init_Ir_Standby_Param(void);
- #endif
|