historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/stubs/cmos.c

8 lines
115 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#include "qemu/osdep.h"
#include "hw/i386/pc.h"
int cmos_get_fd_drive_type(FloppyDriveType fd0)
{
return 0;
}