]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/set-fd-handler.c
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request' into...
[thirdparty/qemu.git] / stubs / set-fd-handler.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
1de7afc9 2#include "qemu/main-loop.h"
3bc2f570 3
f4d248bd
FZ
4void qemu_set_fd_handler(int fd,
5 IOHandler *fd_read,
6 IOHandler *fd_write,
7 void *opaque)
0bc12c4f
FZ
8{
9 abort();
10}