]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/set-fd-handler.c
9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]
[mirror_qemu.git] / stubs / set-fd-handler.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
3bc2f570 2#include "qemu-common.h"
1de7afc9 3#include "qemu/main-loop.h"
3bc2f570 4
f4d248bd
FZ
5void qemu_set_fd_handler(int fd,
6 IOHandler *fd_read,
7 IOHandler *fd_write,
8 void *opaque)
0bc12c4f
FZ
9{
10 abort();
11}
54e18d35
FZ
12
13void aio_set_fd_handler(AioContext *ctx,
14 int fd,
15 bool is_external,
16 IOHandler *io_read,
17 IOHandler *io_write,
18 void *opaque)
19{
20 abort();
21}