Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
04d9416586b1d5ef43b54f7128ced8936bf2c256
/
.
/
include
/
kernel
/
serial.h
blob: 7e391dbef8a7905ab184f6862dbda1cc2d7e1dcb [
file
] [
log
] [
blame
]
swissChili
56cf817
2022-07-30 18:47:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* Initialize the default serial device.
5
*/
6
void
init_serial
();
7
void
serial_put
(
char
byte
);
8
void
serial_write
(
char
*
string
);