diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2008-09-26 05:54:24 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2008-09-26 05:54:24 +0000 |
| commit | 852c25eda2e5dab087370823a64fb37eca492794 (patch) | |
| tree | 87fb843f20e48fd58b6c1af6bfc4a9cd7b17d6b4 /sys/i386/include/xen | |
| parent | 3488b48a0054d0697318d3c389ae33bf2bae0643 (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/xen')
| -rw-r--r-- | sys/i386/include/xen/evtchn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/xen/evtchn.h b/sys/i386/include/xen/evtchn.h index 1124105573b85..92ee578601e7f 100644 --- a/sys/i386/include/xen/evtchn.h +++ b/sys/i386/include/xen/evtchn.h @@ -59,6 +59,7 @@ notify_remote_via_evtchn(int port) */ int irq_to_evtchn_port(int irq); +void ipi_pcpu(unsigned int cpu, int vector); /* * CHARACTER-DEVICE DEFINITIONS |
