]> Joshua Wise's Git repositories - netwatch.git/blob - include/serial.h
a little more detail in rfb key logging
[netwatch.git] / include / serial.h
1 #ifndef SERIAL_H
2 #define SERIAL_H
3
4 extern void serial_init();
5 extern void serial_tx(unsigned char c);
6
7 #endif
This page took 0.02028 seconds and 4 git commands to generate.