Sign in
qemu
/
qemu
/
f184f3856e82a6f4e96df6a77118d6a2e1a9059b
/
.
/
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
;
}