From ca4602e914d4ec00bf5db51e0830d702d5bc3f4e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Jan 2016 22:03:00 +0100 Subject: Use linker set for libio initialization Update #2408. --- cpukit/libcsupport/include/rtems/libio.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpukit/libcsupport/include/rtems') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 824fa2833d..a87031ca91 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -1337,13 +1337,6 @@ typedef struct { /** @} */ -/** - * @brief RTEMS LibIO Initialization - * - * Called by BSP startup code to initialize the libio subsystem. - */ -void rtems_libio_init(void); - /** * @name External I/O Handlers */ @@ -1481,14 +1474,6 @@ static inline rtems_device_minor_number rtems_filesystem_dev_minor_t( */ void rtems_filesystem_initialize( void ); -typedef void (*rtems_libio_helper)(void); - -extern const rtems_libio_helper rtems_libio_init_helper; - -extern const rtems_libio_helper rtems_libio_post_driver_helper; - -void rtems_libio_helper_null(void); - void rtems_libio_post_driver(void); void rtems_libio_exit(void); -- cgit v1.2.3