Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

ispport.h

00001 #ifndef _ISPPORT_H_
00002 #define _ISPPORT_H_
00003 
00004 /*
00005  * $Id: ispport.h,v 1.2 2003/01/24 12:01:21 przemko Exp $
00006  */
00007 
00008 /*
00009  * $Log: ispport.h,v $
00010  * Revision 1.2  2003/01/24 12:01:21  przemko
00011  * Obciecie dosowych znakow konca lini
00012  *
00013  * Revision 1.1.1.1  2002/12/07 07:16:51  marwi
00014  *
00015  *
00016  */
00017 
00018 #ifdef __cplusplus
00019     extern "C" {
00020 #endif
00021 
00022 extern int IspPortInit(void);
00023 extern void IspPortEnable(int b);
00024 extern void IspPortClock(int b);
00025 extern int IspPortData(int b);
00026 extern void IspPortReset(int b);
00027 
00028 #ifdef __cplusplus
00029     }
00030 #endif
00031 
00032 #endif

Generated on Thu Jan 30 22:30:50 2003 for EduNet by doxygen1.2.18