RTEMS 6.1-rc2
|
Stub printk() support. More...
Functions | |
void | console_outbyte_polled (int port, char ch) |
Variables | |
BSP_output_char_function_type | BSP_output_char = BSP_output_char_f |
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. | |
Stub printk() support.
void console_outbyte_polled | ( | int | port, |
char | ch | ||
) |
This method polls the specified character ch to the specified console port.
[in] | port | is the output port |
[in] | ch | is the character to print |