diff options
| author | 2013-03-13 15:29:25 +0000 | |
|---|---|---|
| committer | 2014-01-06 10:07:41 -0500 | |
| commit | 9a489f45a155fe96b9b55fbbef2b757ef7737cfc (patch) | |
| tree | 1104f50a1adaeea564344bdfe221a5edf2141077 /include/xen | |
| parent | xen/events: move drivers/xen/events.c into drivers/xen/events/ (diff) | |
| download | linux-dev-9a489f45a155fe96b9b55fbbef2b757ef7737cfc.tar.xz linux-dev-9a489f45a155fe96b9b55fbbef2b757ef7737cfc.zip | |
xen/events: move 2-level specific code into its own file
In preparation for alternative event channel ABIs, move all the
functions accessing the shared data structures into their own file.
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'include/xen')
| -rw-r--r-- | include/xen/events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xen/events.h b/include/xen/events.h index c9ea10ee2273..32ae0f263749 100644 --- a/include/xen/events.h +++ b/include/xen/events.h @@ -73,6 +73,8 @@ void xen_poll_irq_timeout(int irq, u64 timeout); /* Determine the IRQ which is bound to an event channel */ unsigned irq_from_evtchn(unsigned int evtchn); +int irq_from_virq(unsigned int cpu, unsigned int virq); +unsigned int evtchn_from_irq(unsigned irq); /* Xen HVM evtchn vector callback */ void xen_hvm_callback_vector(void); |
