summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr/drvmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdrvmgr/drvmgr.h')
-rw-r--r--cpukit/libdrvmgr/drvmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libdrvmgr/drvmgr.h b/cpukit/libdrvmgr/drvmgr.h
index 6780efe9fd..71a2850f64 100644
--- a/cpukit/libdrvmgr/drvmgr.h
+++ b/cpukit/libdrvmgr/drvmgr.h
@@ -145,7 +145,8 @@ struct drvmgr_bus_ops {
/*! Function called to request information about a device. The bus
* driver interpret the bus-specific information about the device.
*/
- void (*info_dev)(struct drvmgr_dev *, void (*print)(void *p, char *str), void *p);
+ void (*get_info_dev)(struct drvmgr_dev *,
+ void (*print)(void *p, char *str), void *p);
};
#define BUS_OPS_NUM (sizeof(struct drvmgr_bus_ops)/sizeof(void (*)(void)))