aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ide
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-13 08:31:45 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-15 16:58:46 +0100
commite6097f186416df368a7f87a37f0a7fd25de587ba (patch)
tree549924fa2ed0c04c1db0084c754a873b23cf880d /include/hw/ide
parent41c05b41e3b3c5b6b167c315d0f25eb355dcc326 (diff)
downloadqemu-e6097f186416df368a7f87a37f0a7fd25de587ba.zip
qemu-e6097f186416df368a7f87a37f0a7fd25de587ba.tar.gz
qemu-e6097f186416df368a7f87a37f0a7fd25de587ba.tar.bz2
hw/ide/ahci: Inline ahci_get_num_ports()
Introduce the 'ich9' variable and inline ahci_get_num_ports(). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240213081201.78951-5-philmd@linaro.org>
Diffstat (limited to 'include/hw/ide')
-rw-r--r--include/hw/ide/ahci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ide/ahci.h b/include/hw/ide/ahci.h
index 6818d02..dbef377 100644
--- a/include/hw/ide/ahci.h
+++ b/include/hw/ide/ahci.h
@@ -52,7 +52,6 @@ typedef struct AHCIState {
} AHCIState;
-int32_t ahci_get_num_ports(PCIDevice *dev);
void ahci_ide_create_devs(PCIDevice *dev, DriveInfo **hd);
#define TYPE_SYSBUS_AHCI "sysbus-ahci"