FENIX_libc/include/sys/io.h
2020-12-01 17:40:03 -06:00

7 lines
96 B
C

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