summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/print.h')
-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.