diff options
| author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-09-14 09:37:32 -0400 |
|---|---|---|
| committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-09-14 09:37:32 -0400 |
| commit | 0ec53ecf38bcbf95b4b057328a8fbba4d22ef28b (patch) | |
| tree | ee0fa3f22816e4c95bc6229577930eabf08c2d48 /include/xen | |
| parent | b3b52fd87e8f7544fde75a471108bd5bd4492c90 (diff) | |
xen/arm: receive Xen events on ARM
Compile events.c on ARM.
Parse, map and enable the IRQ to get event notifications from the device
tree (node "/xen").
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@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 04399b28e821..c6bfe01acf6b 100644 --- a/include/xen/events.h +++ b/include/xen/events.h | |||
| @@ -109,4 +109,6 @@ int xen_irq_from_gsi(unsigned gsi); | |||
| 109 | /* Determine whether to ignore this IRQ if it is passed to a guest. */ | 109 | /* Determine whether to ignore this IRQ if it is passed to a guest. */ |
| 110 | int xen_test_irq_shared(int irq); | 110 | int xen_test_irq_shared(int irq); |
| 111 | 111 | ||
| 112 | /* initialize Xen IRQ subsystem */ | ||
| 113 | void xen_init_IRQ(void); | ||
| 112 | #endif /* _XEN_EVENTS_H */ | 114 | #endif /* _XEN_EVENTS_H */ |
