aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/events.h')
-rw-r--r--include/xen/events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xen/events.h b/include/xen/events.h
index deec8faace22..0c58db6ea3f4 100644
--- a/include/xen/events.h
+++ b/include/xen/events.h
@@ -72,6 +72,8 @@ void xen_hvm_evtchn_do_upcall(void);
72 * usual. */ 72 * usual. */
73int xen_allocate_pirq(unsigned gsi, int shareable, char *name); 73int xen_allocate_pirq(unsigned gsi, int shareable, char *name);
74int xen_map_pirq_gsi(unsigned pirq, unsigned gsi, int shareable, char *name); 74int xen_map_pirq_gsi(unsigned pirq, unsigned gsi, int shareable, char *name);
75/* Allocate an irq and a pirq to be used with MSIs. */
76void xen_allocate_pirq_msi(char *name, int *irq, int *pirq);
75 77
76/* De-allocates the above mentioned physical interrupt. */ 78/* De-allocates the above mentioned physical interrupt. */
77int xen_destroy_irq(int irq); 79int xen_destroy_irq(int irq);