Files
kernel3/includes/io.h
T

5 lines
85 B
C

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