]>
Commit | Line | Data |
---|---|---|
87c9b5e0 | 1 | #include "qemu/osdep.h" |
5708fc66 | 2 | #include "qemu-common.h" |
87776ab7 | 3 | #include "qemu/host-utils.h" |
5708fc66 PB |
4 | #include "slirp/slirp.h" |
5 | ||
a42e9c41 | 6 | void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout) |
5708fc66 PB |
7 | { |
8 | } | |
9 | ||
8917c3bd | 10 | void slirp_pollfds_poll(GArray *pollfds, int select_error) |
5708fc66 PB |
11 | { |
12 | } | |
13 |