summaryrefslogtreecommitdiffstats
path: root/cpukit/include/drvmgr/drvmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/drvmgr/drvmgr.h')
-rw-r--r--cpukit/include/drvmgr/drvmgr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/include/drvmgr/drvmgr.h b/cpukit/include/drvmgr/drvmgr.h
index cb8f4a5f5a..afb9432e5d 100644
--- a/cpukit/include/drvmgr/drvmgr.h
+++ b/cpukit/include/drvmgr/drvmgr.h
@@ -350,12 +350,6 @@ extern void _DRV_Manager_initialization(void);
*/
extern void _DRV_Manager_init_level(int level);
-/*! This function must be defined by the BSP when the driver manager is enabled
- * and initialized during BSP initialization. The function is called after a
- * init level is reached the first time by the driver manager.
- */
-extern void bsp_driver_level_hook(int level);
-
/*! Init driver manager all in one go, will call _DRV_Manager_initialization(),
* then _DRV_Manager_init_level([1..DRVMGR_LEVEL_MAX]).
* Typically called from Init task when user wants to initilize driver