blob: a8481bc3c1453bb78e5a2a751708bcdae754d72d [file] [log] [blame]
#include "qemu-common.h"
#include "qemu/main-loop.h"
void qemu_set_fd_handler(int fd,
IOHandler *fd_read,
IOHandler *fd_write,
void *opaque)
{
abort();
}