evtchn: replace FIFO-specific header by generic private one
authorJan Beulich <jbeulich@suse.com>
Fri, 23 Oct 2020 08:09:55 +0000 (10:09 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 23 Oct 2020 08:09:55 +0000 (10:09 +0200)
commit5bc84281a902eeea0d8f2eb8297790174cab6ac8
tree64c4eedaf2032a464e697f53bc859b99816dc4fd
parentdcbd1d8ae527f3632eb9a2804ad03e0451918b62
evtchn: replace FIFO-specific header by generic private one

Having a FIFO specific header is not (or at least no longer) warranted
with just three function declarations left there. Introduce a private
header instead, moving there some further items from xen/event.h.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/common/event_2l.c
xen/common/event_channel.c
xen/common/event_channel.h [new file with mode: 0644]
xen/common/event_fifo.c
xen/include/xen/event.h
xen/include/xen/event_fifo.h [deleted file]