aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/tboot.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-03-23 13:34:55 +0000
committerKeir Fraser <keir@xen.org>2011-03-23 13:34:55 +0000
commit1ab2732dd07007b64250ad42794f1c79cf02d8a7 (patch)
tree91d0cf671ad6967ac2c130182a5c9156ac5bd106 /xen/arch/x86/tboot.c
parent5eb11a181bcdbc054103c0157309cdd90c9dea00 (diff)
downloadxen-1ab2732dd07007b64250ad42794f1c79cf02d8a7.tar.gz
xen-1ab2732dd07007b64250ad42794f1c79cf02d8a7.tar.bz2
xen-1ab2732dd07007b64250ad42794f1c79cf02d8a7.zip
Define new <pfn.h> header for PFN_{DOWN,UP} macros.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/tboot.c')
-rw-r--r--xen/arch/x86/tboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/tboot.c b/xen/arch/x86/tboot.c
index 42158741c1..0fa4eef75d 100644
--- a/xen/arch/x86/tboot.c
+++ b/xen/arch/x86/tboot.c
@@ -6,6 +6,7 @@
#include <xen/domain_page.h>
#include <xen/iommu.h>
#include <xen/acpi.h>
+#include <xen/pfn.h>
#include <asm/fixmap.h>
#include <asm/page.h>
#include <asm/processor.h>