FENIX_libc/include/sys/io.h

7 lines
96 B
C
Raw Normal View History

2020-12-01 23:40:03 +00:00
#ifndef _SYS_IO_H
#define _SYS_IO_H
extern unsigned char inb(unsigned short int port);
#endif