RTEMS 6.1-rc1
Functions

This source file contains the implementation of rtems_printk_printer() and rtems_print_printer_printk(). More...

#include <rtems/printer.h>
#include <rtems/bspIo.h>

Functions

int rtems_printk_printer (void *ignored, const char *format, va_list ap)
 Outputs the characters defined by the format string and the variable argument list to the kernel character output device. More...
 
void rtems_print_printer_printk (rtems_printer *printer)
 Initializes the printer to print via printk(). More...
 

Detailed Description

This source file contains the implementation of rtems_printk_printer() and rtems_print_printer_printk().