![]() |
RTEMS 6.1-rc7
|
#include <rtems.h>
#include <rtems/bspIo.h>
#include <bsp.h>
#include <libchip/serial.h>
#include <libchip/ns16550.h>
Functions | |
void | BSP_com_outch (char ch) |
int | BSP_com_inch (void) |
Variables | |
rtems_device_minor_number | BSPPrintkPort = 0 |
BSP_output_char_function_type | BSP_output_char = BSP_com_outch |
This function pointer references the kernel character output implementation. | |
BSP_polling_getchar_function_type | BSP_poll_char = BSP_com_inch |
This function pointer may reference the kernel character input implementation. | |
This file contains a stub for the required printk support.