|
Hardware Abstraction Layer for FreeRTOS
|
#include <vdev.h>

Data Fields | |
| bool | init |
| struct vdev_config | config |
| struct virtio * | virtio |
| const struct vdev_ops * | ops |
| struct vdev_config vdev_generic::config |
| bool vdev_generic::init |
true = is init false = is not init
| const struct vdev_ops* vdev_generic::ops |
Ops of driver in Multi mode
| struct virtio* vdev_generic::virtio |