FENIX_libc/include/sys/io.h

7 lines
96 B
C

#ifndef _SYS_IO_H
#define _SYS_IO_H
extern unsigned char inb(unsigned short int port);
#endif