console vga stuff
This commit is contained in:
12
kernel/drivers/serial/serial.h
Normal file
12
kernel/drivers/serial/serial.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef D_SERIAL_H
|
||||
#define D_SERIAL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void init_serial();
|
||||
void print_serial_hex(uint32_t val);
|
||||
void print_serial(const char* str);
|
||||
void write_serial(char a);
|
||||
int is_transmit_empty();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user