git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-03-16' into staging
[qemu.git]
/
stubs
/
set-fd-handler.c
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"qemu/main-loop.h"
4
5
void
qemu_set_fd_handler
(
int
fd
,
6
IOHandler
*
fd_read
,
7
IOHandler
*
fd_write
,
8
void
*
opaque
)
9
{
10
abort
();
11
}