5752056 [rkeene@sledge /home/rkeene/devel/old/kbauthd]$ cat -n serial.h
 1 #ifdef GO32
 2 #include <inlines/pc.h>
 3 #define outb(x,y) outportb(x,y)
 4 #define inb(x) inportb(x)
 5 #define ioperm(x,y,z) 0
 6 #endif /* GO32 */
 7 
 8 #ifndef GO32
 9 #ifdef GLIBC
10 #include <sys/io.h>
11 #else
12 #include <asm/io.h>
13 #endif /* GLIBC */
14 #endif /* !GO32 */
15 #include <unistd.h>
16 
17 int checkplug (void);
18 int COMBASE;
5752057 [rkeene@sledge /home/rkeene/devel/old/kbauthd]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 1999-09-14 09:43:58