kernel_premier/include/io.h

7 lines
87 B
C
Raw Normal View History

2023-09-12 23:35:30 +02:00
#ifndef IO_H
#define IO_H
void outb(unsigned short port, unsigned char data);
#endif