home *** CD-ROM | disk | FTP | other *** search
- /**** EVGAIO.H
-
- Header file for EVGAIO.H
- Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90
-
- ****/
-
- /* Function declarations for EVGAIO.C */
-
- typedef unsigned char byte;
- typedef unsigned int word;
-
- /* * * * External Function Prototypes * * * */
-
- extern void EVGASetPage( byte);
- extern void EVGAWritePixelEGA( int, int, byte, int);
- extern void EVGAClearDisplay( int);
-
- /* * * * External Global Variables * * * */
-
-