NAME
kbdputc, kbdq – keyboard interface to cons(3) |
SYNOPSIS
void kbdputc(Queue *q, int c)
extern Queue *kbdq; |
DESCRIPTION
This is the internal interface between cons(3) and the platform–dependent
keyboard driver. Before calling any of these functions, the global
variable kbdq must be initialised; cons(3) does not initialise
it. This is usually done during system initialisation by the keyboard
driver's kbdinit or kbdenable function , as follows:
|
SOURCE
/sys/src/9/*/kbd*.c |
SEE ALSO
cons(3), utf(6), qio(9) |