qemu-patch-raspberry4/stubs/cmos.c
Gerd Hoffmann 2055dbc1c9 acpi: move aml builder code for floppy device
DSDT change: isa device order changes in case MI1 (ipmi) is present.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200619091905.21676-4-kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2020-06-24 17:18:28 -04:00

8 lines
115 B
C

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