aboutsummaryrefslogtreecommitdiff
path: root/stubs/cmos.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/cmos.c')
-rw-r--r--stubs/cmos.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/cmos.c b/stubs/cmos.c
new file mode 100644
index 0000000000..416cbe4055
--- /dev/null
+++ b/stubs/cmos.c
@@ -0,0 +1,7 @@
+#include "qemu/osdep.h"
+#include "hw/i386/pc.h"
+
+int cmos_get_fd_drive_type(FloppyDriveType fd0)
+{
+ return 0;
+}