jankos/core/io.h
2019-09-12 11:51:47 -07:00

7 lines
109 B
C

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