Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
IR_API.H
Package: tb_i86_wr_1019_1102. [view]
Upload User: super_houu
Upload Date: 2008-09-21
Package Size: 4099k
Code Size: 1k
Category:
DVD
Development Platform:
Others
- /* **************************************************************************************
- * 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