hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
[qemu/ar7.git] / stubs / set-fd-handler.c
blobbff7e0a45a6562d41d6d5c57ef89cec0b028a80c
1 #include "qemu/osdep.h"
2 #include "qemu/main-loop.h"
4 void qemu_set_fd_handler(int fd,
5 IOHandler *fd_read,
6 IOHandler *fd_write,
7 void *opaque)
9 abort();