aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/hvm/svm/amd-iommu-proto.h')
-rw-r--r--xen/include/asm-x86/hvm/svm/amd-iommu-proto.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h
index 3e6961d5c0..b5abc8ffe4 100644
--- a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h
+++ b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h
@@ -108,8 +108,11 @@ extern struct ioapic_sbdf {
extern struct hpet_sbdf {
u16 bdf, seg, id;
- bool_t cmdline;
- struct amd_iommu *iommu;
+ enum {
+ HPET_NONE,
+ HPET_CMDL,
+ HPET_IVHD,
+ } init;
} hpet_sbdf;
extern void *shared_intremap_table;