aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/pci.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/pci.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/pci.h')
-rw-r--r--xen/include/xen/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h
index 8bf3fe2291..11239143b2 100644
--- a/xen/include/xen/pci.h
+++ b/xen/include/xen/pci.h
@@ -89,6 +89,7 @@ struct pci_dev *pci_lock_pdev(int bus, int devfn);
struct pci_dev *pci_lock_domain_pdev(struct domain *d, int bus, int devfn);
void pci_release_devices(struct domain *d);
+int pci_add_segment(u16 seg);
int pci_add_device(u8 bus, u8 devfn, const struct pci_dev_info *);
int pci_remove_device(u8 bus, u8 devfn);
struct pci_dev *pci_get_pdev(int bus, int devfn);