kprintf
This commit is contained in:
9
kernel/serial.h
Normal file
9
kernel/serial.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SERIAL_H_
|
||||
#define SERIAL_H_
|
||||
|
||||
#include <types.h>
|
||||
|
||||
void serial_outb(uint16 port, uint8 value);
|
||||
uint8 serial_inb(uint16 port);
|
||||
|
||||
#endif // SERIAL_H_
|
Reference in New Issue
Block a user