summary refs log tree commit diff stats
path: root/hw/ide/internal.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-12-14 01:34:33 +0100
committerKevin Wolf <kwolf@redhat.com>2010-12-17 16:11:00 +0100
commit7cff87ff6ab117799e32e42c2e4dc4c0588e583a (patch)
treef330a1079e12dc8239c1a1e9cd9b45ef9ee0e6a9 /hw/ide/internal.h
parent1da7cfbd0117eeb0aa29b187bb01426d9290e8ab (diff)
downloadfocaccia-qemu-7cff87ff6ab117799e32e42c2e4dc4c0588e583a.tar.gz
focaccia-qemu-7cff87ff6ab117799e32e42c2e4dc4c0588e583a.zip
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 <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r--hw/ide/internal.h2
1 files changed, 2 insertions, 0 deletions
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);