1
2
3
4
5
6
7
8
9
//! Low level bindings to the QEMU Plugin API
//! 
//! These bindings are generated from the QEMU source code, and should not be used directly.
//! Instead, use the `qeu-plugin` crate.

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]

include!("bindings.rs");