summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Include/IndustryStandard/Xen/xen.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-02-28 20:33:22 +0000
committerlersek <lersek@Edk2>2015-02-28 20:33:22 +0000
commitb94c3ac93d57cf2711814932bf082b2ce496eb82 (patch)
tree7a6ecea850070b0db2c546c1dcb115216308443f /OvmfPkg/Include/IndustryStandard/Xen/xen.h
parentd9fdfd851afc3e98d8c967fd2c0a40a43bac3f0c (diff)
downloadedk2-b94c3ac93d57cf2711814932bf082b2ce496eb82.tar.gz
edk2-b94c3ac93d57cf2711814932bf082b2ce496eb82.tar.bz2
edk2-b94c3ac93d57cf2711814932bf082b2ce496eb82.zip
Ovmf/Xen: implement XenHypercallLib for ARM
This patch adds an implementation of XenHypercallLib for both AArch64 and AArch32 execution modes on ARM systems. Contributed-under: TianoCore Contribution Agreement 1.0 Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Laszlo Ersek <lersek@redhat.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16974 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Include/IndustryStandard/Xen/xen.h')
-rw-r--r--OvmfPkg/Include/IndustryStandard/Xen/xen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Include/IndustryStandard/Xen/xen.h b/OvmfPkg/Include/IndustryStandard/Xen/xen.h
index 1cd7ab3ab1..8596ca1bd2 100644
--- a/OvmfPkg/Include/IndustryStandard/Xen/xen.h
+++ b/OvmfPkg/Include/IndustryStandard/Xen/xen.h
@@ -37,7 +37,7 @@
#if defined(MDE_CPU_IA32) || defined(MDE_CPU_X64)
#include "arch-x86/xen.h"
#elif defined(__arm__) || defined (__aarch64__)
-#include "arch-arm.h"
+#include "arch-arm/xen.h"
#else
#error "Unsupported architecture"
#endif