aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/xen_arch_hvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/xen_arch_hvm.h')
-rw-r--r--include/hw/arm/xen_arch_hvm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hw/arm/xen_arch_hvm.h b/include/hw/arm/xen_arch_hvm.h
deleted file mode 100644
index 8fd645e..0000000
--- a/include/hw/arm/xen_arch_hvm.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef HW_XEN_ARCH_ARM_HVM_H
-#define HW_XEN_ARCH_ARM_HVM_H
-
-#include <xen/hvm/ioreq.h>
-void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
-void arch_xen_set_memory(XenIOState *state,
- MemoryRegionSection *section,
- bool add);
-#endif