Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
refs/heads/master
/
.
/
include
/
kernel
/
serial.h
blob: 7e391dbef8a7905ab184f6862dbda1cc2d7e1dcb [
file
] [
log
] [
blame
]
#pragma
once
/**
* Initialize the default serial device.
*/
void
init_serial
();
void
serial_put
(
char
byte
);
void
serial_write
(
char
*
string
);