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