summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr/drvmgr_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdrvmgr/drvmgr_internal.h')
-rw-r--r--cpukit/libdrvmgr/drvmgr_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libdrvmgr/drvmgr_internal.h b/cpukit/libdrvmgr/drvmgr_internal.h
index 6c4b24f46f..5061d926b5 100644
--- a/cpukit/libdrvmgr/drvmgr_internal.h
+++ b/cpukit/libdrvmgr/drvmgr_internal.h
@@ -10,7 +10,7 @@
/* Structure hold all information the driver manager needs to know of. Used
* internally by Driver Manager routines.
*/
-struct rtems_driver_manager {
+struct drvmgr {
int level;
int initializing_objs;
@@ -45,7 +45,7 @@ struct rtems_driver_manager {
struct drvmgr_list devices_inactive;
};
-extern struct rtems_driver_manager drv_mgr;
+extern struct drvmgr drvmgr;
extern void _DRV_Manager_Lock(void);
extern void _DRV_Manager_Unlock(void);