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
exec: Introduce AddressSpaceDispatch.mru_section
[qemu/ar7.git]
/
stubs
/
target-monitor-defs.c
blob
203ebb0f2731bfb3ffdcec1cecc71838bce2d389
1
#include
"qemu/osdep.h"
2
#include
"stddef.h"
3
#include
"qemu/typedefs.h"
4
5
const
MonitorDef
*
target_monitor_defs
(
void
);
6
7
const
MonitorDef
*
target_monitor_defs
(
void
)
8
{
9
return
NULL
;
10
}