diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xen/events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/events.h b/include/xen/events.h index 8f6232023b75..8227da8f7165 100644 --- a/include/xen/events.h +++ b/include/xen/events.h | |||
@@ -66,7 +66,7 @@ void xen_hvm_evtchn_do_upcall(void); | |||
66 | /* Allocate an irq for a physical interrupt, given a gsi. "Legacy" | 66 | /* Allocate an irq for a physical interrupt, given a gsi. "Legacy" |
67 | * GSIs are identity mapped; others are dynamically allocated as | 67 | * GSIs are identity mapped; others are dynamically allocated as |
68 | * usual. */ | 68 | * usual. */ |
69 | int xen_allocate_pirq(unsigned gsi); | 69 | int xen_allocate_pirq(unsigned gsi, char *name); |
70 | 70 | ||
71 | /* Return vector allocated to pirq */ | 71 | /* Return vector allocated to pirq */ |
72 | int xen_vector_from_irq(unsigned pirq); | 72 | int xen_vector_from_irq(unsigned pirq); |