RTEMS CPU Kit with SuperCore
|
Device driver description. More...
#include <drvmgr.h>
Data Fields | |
int | obj_type |
DRVMGR_OBJ_DRV. | |
struct drvmgr_drv * | next |
Next Driver. | |
struct drvmgr_dev * | dev |
Devices using this driver. | |
uint64_t | drv_id |
Unique Driver ID. | |
char * | name |
Name of Driver. | |
int | bus_type |
Type of Bus this driver supports. | |
struct drvmgr_drv_ops * | ops |
Driver operations. | |
struct drvmgr_func * | funcs |
Extra Operations. | |
unsigned int | dev_cnt |
Number of devices in dev. | |
unsigned int | dev_priv_size |
If non-zero DRVMGR will allocate memory for dev->priv. | |
Device driver description.