aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/pci.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-03 11:46:52 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-03 11:46:52 +0000
commit43246f5e26fa0bd81576032314ed840d0a4c9d41 (patch)
tree3378d57486b9170e597e4d204990d4d6d95bda95 /xen/include/xen/pci.h
parent9b82af4b039d3b0c411e14daad17e561c11ecfda (diff)
downloadxen-43246f5e26fa0bd81576032314ed840d0a4c9d41.tar.gz
xen-43246f5e26fa0bd81576032314ed840d0a4c9d41.tar.bz2
xen-43246f5e26fa0bd81576032314ed840d0a4c9d41.zip
hvm: passthrough MSI-X: fix ia64 link and MSI-X clean up
This patch fixes the ia64 link error and some clean up of MSI-X code. - add ia64 dummy function to link - fix unmatched prototype - add error check Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'xen/include/xen/pci.h')
-rw-r--r--xen/include/xen/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h
index c60b8e3691..34f79b7a81 100644
--- a/xen/include/xen/pci.h
+++ b/xen/include/xen/pci.h
@@ -85,4 +85,7 @@ void pci_conf_write32(
int pci_find_cap_offset(u8 bus, u8 dev, u8 func, u8 cap);
int pci_find_next_cap(u8 bus, unsigned int devfn, u8 pos, int cap);
+int msixtbl_pt_register(struct domain *d, int pirq, uint64_t gtable);
+void msixtbl_pt_unregister(struct domain *d, int pirq);
+
#endif /* __XEN_PCI_H__ */