aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/hvm
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-13 10:08:16 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-13 10:08:16 +0100
commit3910a9a278daff8e99bc9476af919aff0419d580 (patch)
tree6c97cfede27231ca3eece5f670904e70c524244d /xen/include/xen/hvm
parent7a05f7cc510f339947b1f1f939358284528724f8 (diff)
downloadxen-3910a9a278daff8e99bc9476af919aff0419d580.tar.gz
xen-3910a9a278daff8e99bc9476af919aff0419d580.tar.bz2
xen-3910a9a278daff8e99bc9476af919aff0419d580.zip
iommu: Cleanups to some header files.
Signed-off-by: Anthony Xu <anthony.xu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'xen/include/xen/hvm')
-rw-r--r--xen/include/xen/hvm/iommu.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/xen/include/xen/hvm/iommu.h b/xen/include/xen/hvm/iommu.h
index cf2c09883e..2a66956c77 100644
--- a/xen/include/xen/hvm/iommu.h
+++ b/xen/include/xen/hvm/iommu.h
@@ -17,16 +17,10 @@
* Copyright (C) Allen Kay <allen.m.kay@intel.com>
*/
-#ifndef __ASM_X86_HVM_IOMMU_H__
-#define __ASM_X86_HVM_IOMMU_H__
+#ifndef __XEN_HVM_IOMMU_H__
+#define __XEN_HVM_IOMMU_H__
#include <xen/iommu.h>
-#include <asm/hvm/irq.h>
-#include <asm/hvm/vpt.h>
-#include <asm/hvm/vlapic.h>
-#include <asm/hvm/io.h>
-#include <public/hvm/params.h>
-#include <public/hvm/save.h>
struct g2m_ioport {
struct list_head list;
@@ -53,4 +47,4 @@ struct hvm_iommu {
struct iommu_ops *platform_ops;
};
-#endif /* __ASM_X86_HVM_IOMMU_H__ */
+#endif /* __XEN_HVM_IOMMU_H__ */