![]() |
RTEMS 7.0-rc1
|
This source file contains the console configuration. More...
#include <rtems/bspIo.h>#include <bsp.h>#include <dev/serial/arm-pl011.h>#include <bsp/console-termios.h>#include <bsp/irq-generic.h>#include <bspopts.h>Variables | |
| arm_pl011_context | xen_vpl011_context |
| const console_device | console_device_table [] |
| Table for console devices installed via console_initialize() during system initialization. | |
| const size_t | console_device_count = RTEMS_ARRAY_SIZE(console_device_table) |
| Count of entries in the console_device_table. | |
| BSP_output_char_function_type | BSP_output_char = output_char |
| This function pointer references the kernel character output implementation. | |
| BSP_polling_getchar_function_type | BSP_poll_char = NULL |
| This function pointer may reference the kernel character input implementation. | |
This source file contains the console configuration.
| arm_pl011_context xen_vpl011_context |