1*733766cdSVikram Garhwal #ifndef HW_XEN_ARCH_ARM_HVM_H 2*733766cdSVikram Garhwal #define HW_XEN_ARCH_ARM_HVM_H 3*733766cdSVikram Garhwal 4*733766cdSVikram Garhwal #include <xen/hvm/ioreq.h> 5*733766cdSVikram Garhwal void arch_handle_ioreq(XenIOState *state, ioreq_t *req); 6*733766cdSVikram Garhwal void arch_xen_set_memory(XenIOState *state, 7*733766cdSVikram Garhwal MemoryRegionSection *section, 8*733766cdSVikram Garhwal bool add); 9*733766cdSVikram Garhwal #endif 10