ir.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __IR_H__
  2. #define __IR_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "gendef.h"
  7. #include "keydef.h"
  8. RetValue KB_IRInit(void);
  9. KB_KeyCallBack KB_IRCallBack(KB_KeyCallBack callback);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif