xen-sys 0.0.0-pre2

Kernel level hypercall support for Xen
Documentation
1
2
3
4
5
6
7
8
9
10
mod hypercall;
pub use hypercall::*;

mod bindgen {
    #![allow(non_upper_case_globals)]
    #![allow(non_camel_case_types)]
    #![allow(non_snake_case)]
    include!("./bindgen.rs");
}
pub use bindgen::*;