repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' into...
[qemu/ar7.git]
/
stubs
/
slirp.c
blob
bd0ac7f27de4374c447f983cea8ebd2209e20fff
1
#include
"qemu-common.h"
2
#include
"slirp/slirp.h"
3
4
void
slirp_pollfds_fill
(
GArray
*
pollfds
,
uint32_t
*
timeout
)
5
{
6
}
7
8
void
slirp_pollfds_poll
(
GArray
*
pollfds
,
int
select_error
)
9
{
10
}
11