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
linux-user: Fix erroneous conversion in copy_file_range
[qemu/ar7.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
}