RTEMS
5.0.0
|
Generic console driver API. More...
Go to the source code of this file.
Data Structures | |
struct | console_generic_callbacks |
struct | console_generic_info |
Macros | |
#define | CONSOLE_GENERIC_INFO_TABLE const console_generic_info console_generic_info_table [] |
#define | CONSOLE_GENERIC_INFO(context, callbacks, device_path) { context, callbacks, device_path } |
#define | CONSOLE_GENERIC_INFO_COUNT |
#define | CONSOLE_GENERIC_MINOR(minor) const rtems_device_minor_number console_generic_minor = (minor) |
Variables | |
const console_generic_info | console_generic_info_table [] |
const size_t | console_generic_info_count |
const rtems_device_minor_number | console_generic_minor |
Generic console driver API.
#define CONSOLE_GENERIC_INFO_COUNT |