From 7cff87ff6ab117799e32e42c2e4dc4c0588e583a Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 14 Dec 2010 01:34:33 +0100 Subject: ide: split ide command interpretation off The ATA command interpretation code can be used for PATA and SATA interfaces alike. So let's split it out into a separate function. Signed-off-by: Alexander Graf Signed-off-by: Kevin Wolf --- hw/ide/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/ide/internal.h') diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 71af66fff6..029c76c28f 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -567,6 +567,8 @@ void ide_init2_with_non_qdev_drives(IDEBus *bus, DriveInfo *hd0, DriveInfo *hd1, qemu_irq irq); void ide_init_ioport(IDEBus *bus, int iobase, int iobase2); +void ide_exec_cmd(IDEBus *bus, uint32_t val); + /* hw/ide/qdev.c */ void ide_bus_new(IDEBus *idebus, DeviceState *dev, int bus_id); IDEDevice *ide_create_drive(IDEBus *bus, int unit, DriveInfo *drive); -- cgit v1.2.3