RTEMS 6.1-rc2
|
User print interface to the bspIO print plug in. More...
Go to the source code of this file.
Typedefs | |
typedef struct rtems_printer | rtems_printer |
Functions | |
int | rtems_printf (const rtems_printer *printer, const char *format,...) RTEMS_PRINTFLIKE(2 |
Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the plug in handlers. | |
int int | rtems_vprintf (const rtems_printer *printer, const char *format, va_list ap) |
Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the plug in handlers. | |
User print interface to the bspIO print plug in.
This include file defines the user interface to kernel print methods.