| 28 | #define BufferQueueChar(ch) (KbdBuffer[KbdBuffered++] = (ch)) |
| 29 | |
| 30 | struct Device *ConsoleDevice = NULL; |
| 31 | |
| 32 | /* Library bases - opened by amii_init_nhwindows, closed by amii_cleanup. |
| 33 | DOSBase is provided by newlib's startup code. |
nothing calls this directly
no outgoing calls
no test coverage detected