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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdrvmgr/drvmgr.h b/cpukit/libdrvmgr/drvmgr.h
index a08424523c..6780efe9fd 100644
--- a/cpukit/libdrvmgr/drvmgr.h
+++ b/cpukit/libdrvmgr/drvmgr.h
@@ -141,7 +141,7 @@ struct drvmgr_bus_ops {
/* Get Parameters */
int (*get_params)(struct drvmgr_dev *, struct drvmgr_bus_params *);
/* Get Frequency of Bus */
- int (*freq_get)(struct drvmgr_dev*, int, unsigned int*);
+ int (*get_freq)(struct drvmgr_dev*, int, unsigned int*);
/*! Function called to request information about a device. The bus
* driver interpret the bus-specific information about the device.
*/