aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-09-18 00:10:03 +0100
committerJan Beulich <jbeulich@suse.com>2011-09-18 00:10:03 +0100
commit21844b0e32e77c9e1a600b9279a859a7ffe01844 (patch)
treec655fd52fc6d2b7303372c46a4ac7fc019d6e389 /xen/include/xen/iommu.h
parent60bb1d8cd45c041117a65374478e8da7d8e23f60 (diff)
downloadxen-21844b0e32e77c9e1a600b9279a859a7ffe01844.tar.gz
xen-21844b0e32e77c9e1a600b9279a859a7ffe01844.tar.bz2
xen-21844b0e32e77c9e1a600b9279a859a7ffe01844.zip
PCI multi-seg: introduce notion of PCI segments
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/include/xen/iommu.h')
-rw-r--r--xen/include/xen/iommu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index 459c6ceb4d..c3f934b87e 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -92,6 +92,8 @@ void iommu_pte_flush(struct domain *d, u64 gfn, u64 *pte, int order, int present
void iommu_set_pgd(struct domain *d);
void iommu_domain_teardown(struct domain *d);
+void pt_pci_init(void);
+
struct pirq;
int hvm_do_IRQ_dpci(struct domain *, struct pirq *);
int dpci_ioport_intercept(ioreq_t *p);