kernel_premier/include/io.h
2023-09-13 16:31:15 +02:00

7 lines
87 B
C

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