From 4f5f1a53d449172263e83c5769c92976e0d3332e Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 29 Jan 2011 00:44:05 +0900 Subject: added PS/2 to USB converter use V-USB as protocol stack --- sendchar.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sendchar.h (limited to 'sendchar.h') diff --git a/sendchar.h b/sendchar.h new file mode 100644 index 0000000000..37be091162 --- /dev/null +++ b/sendchar.h @@ -0,0 +1,8 @@ +#ifndef SENDCHAR_H +#define SENDCHAR_H + +/* transmit a character. return 0 on success, -1 on error. */ +int8_t sendchar(uint8_t c); + +#endif + -- cgit v1.2.3