]> Git Repo - qemu.git/blob - stubs/set-fd-handler.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / stubs / set-fd-handler.c
1 #include "qemu-common.h"
2 #include "qemu/main-loop.h"
3
4 int 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 }
This page took 0.023448 seconds and 4 git commands to generate.