2016-01-29 18:49:52 +01:00
|
|
|
#include "qemu/osdep.h"
|
2012-11-16 18:35:27 +01:00
|
|
|
#include "qemu-common.h"
|
2012-12-17 18:20:00 +01:00
|
|
|
#include "qemu/main-loop.h"
|
2012-11-16 18:35:27 +01:00
|
|
|
|
2015-06-04 08:45:24 +02:00
|
|
|
void qemu_set_fd_handler(int fd,
|
|
|
|
IOHandler *fd_read,
|
|
|
|
IOHandler *fd_write,
|
|
|
|
void *opaque)
|
2015-06-04 08:45:12 +02:00
|
|
|
{
|
|
|
|
abort();
|
|
|
|
}
|