6 lines
96 B
C
6 lines
96 B
C
#ifndef _SYS_IO_H
|
|
#define _SYS_IO_H
|
|
|
|
extern unsigned char inb(unsigned short int port);
|
|
|
|
#endif
|