Espresso 0.0.2a
This commit is contained in:
14
include/drivers/serio.h
Normal file
14
include/drivers/serio.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef _SERIAL_IO_H
|
||||
#define _SERIAL_IO_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
int serial_init(void);
|
||||
|
||||
void serial_write(char a);
|
||||
void serial_puts(const char* s);
|
||||
char serial_read(void);
|
||||
|
||||
bool use_serial(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user