aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen/arch_hvm.h
blob: c7c515220d25284a36b9b322beaac9de6e85bcb8 (plain)
1
2
3
4
5
#if defined(TARGET_I386) || defined(TARGET_X86_64)
#include "hw/i386/xen_arch_hvm.h"
#elif defined(TARGET_ARM) || defined(TARGET_ARM_64)
#include "hw/arm/xen_arch_hvm.h"
#endif