]> Git Repo - qemu.git/blame - stubs/cmos.c
Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-request'...
[qemu.git] / stubs / cmos.c
CommitLineData
2055dbc1 1#include "qemu/osdep.h"
1538d763 2#include "hw/block/fdc.h"
2055dbc1
GH
3
4int cmos_get_fd_drive_type(FloppyDriveType fd0)
5{
6 return 0;
7}
This page took 0.045929 seconds and 4 git commands to generate.