RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
drvmgr_drv_ops Struct Reference

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.
 

Detailed Description

Driver operations, function pointers.


The documentation for this struct was generated from the following file: