summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 02db6bb4e6..ec2ced3e7b 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1390,13 +1390,13 @@ typedef void (*rtems_libio_helper)(void);
extern const rtems_libio_helper rtems_libio_init_helper;
-extern const rtems_libio_helper rtems_libio_supp_helper;
+extern const rtems_libio_helper rtems_libio_post_driver_helper;
extern const rtems_libio_helper rtems_fs_init_helper;
void rtems_libio_helper_null(void);
-void open_dev_console(void);
+void rtems_libio_post_driver(void);
/**
* @brief Creates a directory and all its parent directories according to