a500kbd

view src/serial.h @ 1:3228a731d4db

translate scancodes
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Oct 2017 07:23:47 +0300
parents
children
line source
1 #ifndef SERIAL_H_
2 #define SERIAL_H_
4 void init_serial(long baud);
5 int have_input(void);
7 #endif /* SERIAL_H_ */