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
e1000: Fixing the packet address filtering procedure
[qemu/ar7.git]
/
stubs
/
target-monitor-defs.c
blob
7d8d182b2343e054c5ce6cc41986825f525ae43c
1
#include
"stddef.h"
2
#include
"qemu/typedefs.h"
3
4
const
MonitorDef
*
target_monitor_defs
(
void
);
5
6
const
MonitorDef
*
target_monitor_defs
(
void
)
7
{
8
return
NULL
;
9
}