diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xen/events.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xen/events.h b/include/xen/events.h index d7a4ca7d17b5..c1717ca5ac13 100644 --- a/include/xen/events.h +++ b/include/xen/events.h | |||
| @@ -72,6 +72,9 @@ void xen_hvm_evtchn_do_upcall(void); | |||
| 72 | * usual. */ | 72 | * usual. */ |
| 73 | int xen_allocate_pirq(unsigned gsi, int shareable, char *name); | 73 | int xen_allocate_pirq(unsigned gsi, int shareable, char *name); |
| 74 | 74 | ||
| 75 | /* De-allocates the above mentioned physical interrupt. */ | ||
| 76 | int xen_destroy_irq(int irq); | ||
| 77 | |||
| 75 | /* Return vector allocated to pirq */ | 78 | /* Return vector allocated to pirq */ |
| 76 | int xen_vector_from_irq(unsigned pirq); | 79 | int xen_vector_from_irq(unsigned pirq); |
| 77 | 80 | ||
