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
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
[qemu/armbru.git]
/
stubs
/
cmos.c
blob
3fdbae2c69e88b5dfa457a8d1f8b676783038a29
1
#include
"qemu/osdep.h"
2
#include
"hw/block/fdc.h"
3
4
int
cmos_get_fd_drive_type
(
FloppyDriveType fd0
)
5
{
6
return
0
;
7
}