aboutsummaryrefslogtreecommitdiff
path: root/stubs/cmos.c
blob: 3fdbae2c69e88b5dfa457a8d1f8b676783038a29 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "hw/block/fdc.h"

int cmos_get_fd_drive_type(FloppyDriveType fd0)
{
    return 0;
}