summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-24 14:37:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-26 10:57:08 +0200
commit5fa0e5c5ecad85c5ef051032d2c2304a81f94a6d (patch)
treea285f3e6909db33a2c73ab413232d1e15c6bd5a5 /cpukit/libcsupport/include/rtems/libcsupport.h
parentlibcsupport: Make LibIO helper const (diff)
downloadrtems-5fa0e5c5ecad85c5ef051032d2c2304a81f94a6d.tar.bz2
libcsupport: Rename open_dev_console()
Rename open_dev_console() to rtems_libio_post_driver(). Rename rtems_libio_supp_helper to rtems_libio_post_driver_helper.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 582e16b4bc..8699ba91be 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -67,7 +67,6 @@ extern void fix_syscall_errno(void);
* Find amount of free heap remaining
*/
extern size_t malloc_free_space(void);
-extern void open_dev_console(void);
/**
* @brief Get malloc status information.