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
hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8)
[qemu/armbru.git]
/
stubs
/
target-monitor-defs.c
blob
35a0a342772adabf05cb1384291311461bd417aa
1
#include
"qemu/osdep.h"
2
#include
"monitor/hmp-target.h"
3
4
const
MonitorDef
*
target_monitor_defs
(
void
)
5
{
6
return
NULL
;
7
}