aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/events.h b/include/xen/events.h
index 2532f8bd2401..d7a4ca7d17b5 100644
--- a/include/xen/events.h
+++ b/include/xen/events.h
@@ -70,7 +70,7 @@ void xen_hvm_evtchn_do_upcall(void);
70/* Allocate an irq for a physical interrupt, given a gsi. "Legacy" 70/* Allocate an irq for a physical interrupt, given a gsi. "Legacy"
71 * GSIs are identity mapped; others are dynamically allocated as 71 * GSIs are identity mapped; others are dynamically allocated as
72 * usual. */ 72 * usual. */
73int xen_allocate_pirq(unsigned gsi, char *name); 73int xen_allocate_pirq(unsigned gsi, int shareable, char *name);
74 74
75/* Return vector allocated to pirq */ 75/* Return vector allocated to pirq */
76int xen_vector_from_irq(unsigned pirq); 76int xen_vector_from_irq(unsigned pirq);