Macro xen_sys::hypercall [] [src]

macro_rules! hypercall {
    ($op:expr, $arg0:expr, $arg1:expr) => { ... };
    ($op:expr, $arg0:expr, $arg1:expr, $arg2:expr) => { ... };
}