RTEMS
|
RTEMS Print Support. More...
#include <rtems/printer.h>
Go to the source code of this file.
Functions | |
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. More... | |
int | rtems_printf (const rtems_printer *printer, const char *format,...) |
RTEMS Print Support.
Definition in file print_printf.c.
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.
[in] | printer | Pointer to the printer structure. |
[in] | fmt | Print format string. |
[in] | ap | Print variable argument list pointer. |
Definition at line 23 of file print_printf.c.