repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Various spelling fixes
[qemu/armbru.git]
/
stubs
/
set-fd-handler.c
blob
bff7e0a45a6562d41d6d5c57ef89cec0b028a80c
1
#include
"qemu/osdep.h"
2
#include
"qemu/main-loop.h"
3
4
void
qemu_set_fd_handler
(
int
fd
,
5
IOHandler
*
fd_read
,
6
IOHandler
*
fd_write
,
7
void
*
opaque
)
8
{
9
abort
();
10
}