app_ir.h 290 B

123456789101112
  1. /*
  2. * This file is generated automatically. Please do not edit them.
  3. */
  4. #ifndef __APP_IR_H__
  5. #define __APP_IR_H__
  6. extern UINT8 APP_RepeatEventCheck(UINT32 dEvent);
  7. extern UINT8 APP_Ir_GetEvent(UINT16 wCID, UINT8 bKey, UINT32 *pdEvent);
  8. extern void APP_Init_Ir_Standby_Param(void);
  9. #endif