repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pcie: fix typo in pcie_cap_deverr_init()
[qemu/rayw.git]
/
stubs
/
set-fd-handler.c
blob
fc874d33fe71b1a3d2c87b0acfe6ae732f76e51c
1
#include
"qemu-common.h"
2
#include
"qemu/main-loop.h"
3
4
int
qemu_set_fd_handler2
(
int
fd
,
5
IOCanReadHandler
*
fd_read_poll
,
6
IOHandler
*
fd_read
,
7
IOHandler
*
fd_write
,
8
void
*
opaque
)
9
{
10
abort
();
11
}