RTEMS
5.0.0
|
#include <drvmgr.h>
Data Fields | |
int(* | init [DRVMGR_LEVEL_MAX])(struct drvmgr_dev *) |
int(* | remove )(struct drvmgr_dev *) |
int(* | info )(struct drvmgr_dev *, void(*print)(void *p, char *str), void *p, int, char *argv[]) |
Driver operations, function pointers.
int(* drvmgr_drv_ops::info) (struct drvmgr_dev *, void(*print)(void *p, char *str), void *p, int, char *argv[]) |
Function called when device instance is to be removed
int(* drvmgr_drv_ops::remove) (struct drvmgr_dev *) |
Function doing Init Stage 1 of a hardware device