Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/cmos.c

8 lines
117 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
#include "qemu/osdep.h"
#include "hw/block/fdc.h"
int cmos_get_fd_drive_type(FloppyDriveType fd0)
{
return 0;
}