1#include "qemu/osdep.h"
2#include "qemu/main-loop.h"
3
4void qemu_fd_register(int fd)
5{
6}
7