plausible i2c sniffer functionality and some more experiments,
[tv_i2c_hack] / 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_ */