RTEMS 6.1-rc1
Functions
vprintk.c File Reference

This source file contains the implementation of vprintk(). More...

#include <rtems/bspIo.h>
#include <rtems/dev/io.h>

Functions

int vprintk (const char *fmt, va_list ap)
 Outputs the characters defined by the format string and the variable argument list to the kernel character output device. More...
 

Detailed Description

This source file contains the implementation of vprintk().