mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
87776ab72b
Move it to the actual users. There are some inclusions of qemu/host-utils.h in headers, but they are all necessary. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
233 B
C
13 lines
233 B
C
#include "qemu/osdep.h"
|
|
#include "qemu-common.h"
|
|
#include "qemu/host-utils.h"
|
|
#include "slirp/slirp.h"
|
|
|
|
void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout)
|
|
{
|
|
}
|
|
|
|
void slirp_pollfds_poll(GArray *pollfds, int select_error)
|
|
{
|
|
}
|
|
|