]> git.proxmox.com Git - qemu.git/blame - stubs/set-fd-handler.c
Open 2.0 development tree
[qemu.git] / stubs / set-fd-handler.c
CommitLineData
3bc2f570 1#include "qemu-common.h"
1de7afc9 2#include "qemu/main-loop.h"
3bc2f570
PB
3
4int qemu_set_fd_handler2(int fd,
5 IOCanReadHandler *fd_read_poll,
6 IOHandler *fd_read,
7 IOHandler *fd_write,
8 void *opaque)
9{
10 abort();
11}