mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
1de7afc984
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 lines
88 B
C
6 lines
88 B
C
#include "qemu-common.h"
|
|
#include "qemu/main-loop.h"
|
|
|
|
void qemu_fd_register(int fd)
|
|
{
|
|
}
|