Files
blankos/io.h

7 lines
103 B
C

#ifndef INCLUDE_IO_H
#define INCLUDE_IO_H
void outb(unsigned short port, unsigned char data);
#endif