jankos/io.h

7 lines
109 B
C

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