From ce57509cbd075f55a682c6b8730f1440b03ddf0c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Jun 2009 13:34:35 +0000 Subject: 2009-06-16 Joel Sherrill * include/rtems/bspIo.h, libcsupport/Makefile.am: Add putk(). * libcsupport/src/putk.c: New file. --- cpukit/include/rtems/bspIo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/include/rtems/bspIo.h') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index 67c09fe816..0fb1ee1ca1 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -51,6 +51,7 @@ extern BSP_polling_getchar_function_type BSP_poll_char; extern int getchark(void); extern void vprintk(const char *fmt, va_list ap); extern void printk(const char *fmt, ...); +extern void putk(const char *s); /* * This routine is passed into RTEMS reporting functions -- cgit v1.2.3