diff options
Diffstat (limited to 'include/xen')
-rw-r--r-- | include/xen/events.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xen/events.h b/include/xen/events.h index 9af21e19545a..d287997d3eab 100644 --- a/include/xen/events.h +++ b/include/xen/events.h | |||
@@ -74,8 +74,6 @@ int xen_set_callback_via(uint64_t via); | |||
74 | void xen_evtchn_do_upcall(struct pt_regs *regs); | 74 | void xen_evtchn_do_upcall(struct pt_regs *regs); |
75 | void xen_hvm_evtchn_do_upcall(void); | 75 | void xen_hvm_evtchn_do_upcall(void); |
76 | 76 | ||
77 | /* Allocate a pirq for a physical interrupt, given a gsi. */ | ||
78 | int xen_allocate_pirq_gsi(unsigned gsi); | ||
79 | /* Bind a pirq for a physical interrupt to an irq. */ | 77 | /* Bind a pirq for a physical interrupt to an irq. */ |
80 | int xen_bind_pirq_gsi_to_irq(unsigned gsi, | 78 | int xen_bind_pirq_gsi_to_irq(unsigned gsi, |
81 | unsigned pirq, int shareable, char *name); | 79 | unsigned pirq, int shareable, char *name); |