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