Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/cmos.c
2023-03-06 14:48:14 +01:00

8 lines
117 B
C

#include "qemu/osdep.h"
#include "hw/block/fdc.h"
int cmos_get_fd_drive_type(FloppyDriveType fd0)
{
return 0;
}