Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

pcio.h

Go to the documentation of this file.
00001 /* function templates for pcio.s */
00002 
00003 #ifndef PCIO_H
00004 #define PCIO_H
00005 
00006 #ifdef  __STDC__
00007 
00008 extern char inputb( short port );
00009 extern void outputb( short port, char data );
00010 
00011 extern short inputw( short port );
00012 extern void outputw( short port, short data );
00013 
00014 extern long inputl( short port );
00015 extern void outputl( short port, long data );
00016 
00017 #else
00018 
00019 extern char inputb();
00020 extern void outputb();
00021 
00022 extern short inputw();
00023 extern void outputw();
00024 
00025 extern long inputl();
00026 extern void outputl();
00027 
00028 #endif
00029 
00030 #endif

Generated on Sun Dec 2 15:56:51 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001