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
net/dp8393x: disable user creation
[qemu/ar7.git]
/
stubs
/
set-fd-handler.c
blob
a8481bc3c1453bb78e5a2a751708bcdae754d72d
1
#include
"qemu-common.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
}