Sign in
qemu
/
qemu
/
6c5df4b48f0c52a61342ecb307a43f4c2a3565c4
/
.
/
stubs
/
cmos.c
blob: 3fdbae2c69e88b5dfa457a8d1f8b676783038a29 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/block/fdc.h"
int
cmos_get_fd_drive_type
(
FloppyDriveType
fd0
)
{
return
0
;
}