![]() |
RTEMS 7.0-rc1
|
console I/O package interface More...
Go to the source code of this file.
Data Structures | |
| struct | board_memory_map |
Typedefs | |
| typedef volatile unsigned char * | __io_ptr |
Enumerations | |
| enum | ioType { CONSOLE_LOG = 1 , CONSOLE_SERIAL = 2 , CONSOLE_VGA = 3 , CONSOLE_VACUUM = 4 } |
Functions | |
| int | select_console (ioType t) |
| void | debug_putc (const char c) |
| void | debug_putc_onlcr (const char c) |
| int | debug_getc (void) |
| int | debug_tstc (void) |
| int | kbdreset (void) |
Variables | |
| board_memory_map * | ptr_mem_map |
console I/O package interface