mirror of https://gitee.com/openkylin/qemu.git
8 lines
115 B
C
8 lines
115 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "hw/i386/pc.h"
|
||
|
|
||
|
int cmos_get_fd_drive_type(FloppyDriveType fd0)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|