aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/msi.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-09-30 08:43:34 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-09-30 08:43:34 +0100
commit43a134db615db6754d70f72bb1beca7b1e0b30a4 (patch)
tree6ad098be268fdfebed5203c49e4164b3d4a93d0b /xen/include/asm-x86/msi.h
parent873563eb5aaf36cb247eb61acdb42cff8383930d (diff)
downloadxen-43a134db615db6754d70f72bb1beca7b1e0b30a4.tar.gz
xen-43a134db615db6754d70f72bb1beca7b1e0b30a4.tar.bz2
xen-43a134db615db6754d70f72bb1beca7b1e0b30a4.zip
Cleanup: Make local functions static and remove unused functions.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/include/asm-x86/msi.h')
-rw-r--r--xen/include/asm-x86/msi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/msi.h b/xen/include/asm-x86/msi.h
index 9df5ccb193..0056da7e6a 100644
--- a/xen/include/asm-x86/msi.h
+++ b/xen/include/asm-x86/msi.h
@@ -225,4 +225,6 @@ struct msg_address {
__u32 hi_address;
} __attribute__ ((packed));
+void msi_compose_msg(struct pci_dev *pdev, int irq,
+ struct msi_msg *msg);
#endif /* __ASM_MSI_H */