]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/cmos.c
target: Make qemu_target_page_mask() available for *-user
[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}