minor cleanup
[tv_i2c_hack] / src / serial.h
1 #ifndef SERIAL_H_
2 #define SERIAL_H_
3
4 void init_serial(long baud);
5 int have_input(void);
6
7 #endif  /* SERIAL_H_ */