Added an I/O port driver and made it callable from C.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#ifndef IO_H
|
||||
#define IO_H
|
||||
void outb(unsigned short port, unsigned char data);
|
||||
#endif
|
||||
Reference in New Issue
Block a user