Folder restructuration
This commit is contained in:
10
src/io/serial/serial.h
Normal file
10
src/io/serial/serial.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SERIAL_H
|
||||
#define SERIAL_H
|
||||
|
||||
void outb(int port, unsigned char data);
|
||||
unsigned char inb(int port);
|
||||
|
||||
int serial_init();
|
||||
void serial_kputs(const char* str);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user