Raw File
fd-register.c
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/main-loop.h"

void qemu_fd_register(int fd)
{
}
back to top