summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/bspIo.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-16 13:34:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-16 13:34:35 +0000
commitce57509cbd075f55a682c6b8730f1440b03ddf0c (patch)
tree9b7c62bcb1a909b33b300ee64c4255e2ad81d931 /cpukit/include/rtems/bspIo.h
parent2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ce57509cbd075f55a682c6b8730f1440b03ddf0c.tar.bz2
2009-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/rtems/bspIo.h, libcsupport/Makefile.am: Add putk(). * libcsupport/src/putk.c: New file.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/bspIo.h1
1 files changed, 1 insertions, 0 deletions
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