aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/vl.h')
-rw-r--r--tools/ioemu/vl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ioemu/vl.h b/tools/ioemu/vl.h
index c26409c30f..43cf821947 100644
--- a/tools/ioemu/vl.h
+++ b/tools/ioemu/vl.h
@@ -178,6 +178,8 @@ typedef int IOCanRWHandler(void *opaque);
int qemu_add_fd_read_handler(int fd, IOCanRWHandler *fd_can_read,
IOReadHandler *fd_read, void *opaque);
+int qemu_add_fd_event_read_handler(int fd, IOCanRWHandler *fd_can_read,
+ IOReadHandler *fd_read, void *opaque);
void qemu_del_fd_read_handler(int fd);
/* character device */
@@ -791,5 +793,7 @@ void readline_start(const char *prompt, int is_password,
#define DEFAULT_GDBSTUB_PORT 1234
int gdbserver_start(int port);
+void update_select_wakeup_events(void);
+void tun_receive_handler();
#endif /* VL_H */