summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-03 14:54:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-06 12:57:07 +0200
commit214156d98c3421a84fe8ad27ba8891651eea7291 (patch)
tree90c1e146f07c5719d4079d6ff1e4eba25bad5cd9 /cpukit/include
parentrtems: Fix no protocol mutex release (diff)
downloadrtems-214156d98c3421a84fe8ad27ba8891651eea7291.tar.bz2
mghttpd: Add RTEMS printer support
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/print.h b/cpukit/include/rtems/print.h
index 5268e8c744..91c45150a6 100644
--- a/cpukit/include/rtems/print.h
+++ b/cpukit/include/rtems/print.h
@@ -39,10 +39,10 @@ extern "C" {
* Type definition for the printer structure used to access the kernel print
* support.
*/
-typedef struct {
+typedef struct rtems_printer {
void *context;
rtems_print_plugin_t printer;
-}rtems_printer;
+} rtems_printer;
/**
* @brief check if the printer is valid.