]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/cmos.c
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
[mirror_qemu.git] / stubs / cmos.c
CommitLineData
2055dbc1 1#include "qemu/osdep.h"
1538d763 2#include "hw/block/fdc.h"
2055dbc1
GH
3
4int cmos_get_fd_drive_type(FloppyDriveType fd0)
5{
6 return 0;
7}