Sign in
qemu
/
qemu
/
bc5ee6da7122f6fe93ed07241a44315a331487e9
/
.
/
stubs
/
cmos.c
blob: 416cbe4055ff08247765f3ae5b99116a6d522ab7 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/i386/pc.h"
int
cmos_get_fd_drive_type
(
FloppyDriveType
fd0
)
{
return
0
;
}