From 108bab3ee72cdc8f799b71987f7b4db442c5d287 Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Wed, 30 Oct 2002 19:47:03 +0000 Subject: Add vprintk function for kernel printing from routines which have already obtained the va_list pointer. --- cpukit/include/rtems/bspIo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index 0e2cdfb713..53618121f1 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -32,6 +32,8 @@ extern BSP_polling_getchar_function_type BSP_poll_char; * the files contained in this directory PROVIDED definition * and initialisation of the previous variable are done. */ +#include +extern void vprintk(char *fmt, va_list ap); extern void printk(char *fmt, ...); #endif -- cgit v1.2.3