Snap for 11881322 from 200ecc892507df1142eb0e25335e2f8a66aa7718 to 24Q3-release Change-Id: Ieaaf1bbf11798f8cd6423e799a71104218065c07
Rust FFI bindings to virtio generated using bindgen.
Add this to your Cargo.toml:
virtio-bindings = "0.2"
You can then import the bindings where you need them. As an example, to grab the bindings for virtio-blk, you can do:
use virtio_bindings::bindings::virtio_blk::*;
To update the bindings, follow the steps in the Contributing Document.