IR_API.H
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- /* **************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: IR_API.H $
- *
- * Description:
- * ============
- * General IR API
- *
- * Log:
- * ====
- * $Revision: 2 $
- * Last Modified by $Author: Admin $ at $Modtime: 03-05-23 19:53 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /SourceCode/I64_Common/I64_Reference/Remote/IR_API.H $
- *
- * 2 03-06-17 18:28 Admin
- * Merge for ExinoII project
- *
- * 5 23/04/02 9:37 Nirm
- * - Added dependency in "Config.h".
- *
- * 4 16/01/02 8:59 Nirm
- * Fixed prototype of ir_init().
- *
- * 3 9/01/02 16:58 Nirm
- * Corrected Include-Paths.
- *
- * 2 25/12/01 12:27 Atai
- * Code cleaning
- **************************************************************************************** */
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef IR_API_H
- #define IR_API_H
- #include "Includesysdefs.h"
- #ifndef EXINO_FP
- void ir_init(void);
- void ir_isr(void);
- #endif // EXINO_FP
- #endif //IR_API_H