diff options
Diffstat (limited to 'kc/core/serial.h')
| -rw-r--r-- | kc/core/serial.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kc/core/serial.h b/kc/core/serial.h new file mode 100644 index 0000000..2e22fa6 --- /dev/null +++ b/kc/core/serial.h @@ -0,0 +1,5 @@ +#pragma once + +int serial_init(void); +int serial_putchar(int c); + |
