IR_API.H
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. /* **************************************************************************************
  2.  *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: IR_API.H $             
  6.  *
  7.  * Description:
  8.  * ============
  9.  * General IR API
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 2 $
  14.  * Last Modified by $Author: Admin $ at $Modtime: 03-05-23 19:53 $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /SourceCode/I64_Common/I64_Reference/Remote/IR_API.H $
  19.  * 
  20.  * 2     03-06-17 18:28 Admin
  21.  * Merge for ExinoII project
  22.  * 
  23.  * 5     23/04/02 9:37 Nirm
  24.  * - Added dependency in "Config.h".
  25.  * 
  26.  * 4     16/01/02 8:59 Nirm
  27.  * Fixed prototype of ir_init().
  28.  * 
  29.  * 3     9/01/02 16:58 Nirm
  30.  * Corrected Include-Paths.
  31.  * 
  32.  * 2     25/12/01 12:27 Atai
  33.  * Code cleaning
  34.  **************************************************************************************** */
  35. #include "Config.h" // Global Configuration - do not remove!
  36. #ifndef IR_API_H
  37. #define IR_API_H
  38. #include "Includesysdefs.h"
  39. #ifndef EXINO_FP
  40. void ir_init(void);
  41. void ir_isr(void);
  42. #endif // EXINO_FP
  43. #endif //IR_API_H