| plan 9 kernel history: overview | file list | diff list |
2002/0412/port/portfns.h (diff list | history)
| 2002/0412/sys/src/9/port/portfns.h:340,345 – 2002/0503/sys/src/9/port/portfns.h:340,346 (short | long | prev | next) | ||
|
add uartmouse
rsc Fri Mar 4 12:44:25 2005 | ||
| 2001/0527 | int uartctl(Uart*, char*); | |
| 2002/0412 | int uartgetc(void); | |
| 2001/0527 | void uartkick(void*); | |
| 2002/0503 | void uartmouse(Uart*, int (*)(Queue*, int), int); | |
| 2002/0412 | void uartputc(int); void uartputs(char*, int); | |
| 2001/0527 | void uartrecv(Uart*, char); | |