mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
51d6e8f49e
So the driver can get the driver pointer by vdev/hdev->priv, and later vdev/hdev->priv can be used to store other data such as the virtio/vhost drivers' private data. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>