diff options
author | Thomas Huth <thuth@redhat.com> | 2024-02-20 09:55:02 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-22 12:47:40 +0100 |
commit | 5fc5934a4b06d3983edfebcccc1cdb78d5cf526e (patch) | |
tree | c8ef5ad66f2e4e60c88cdaf7a6f90152be40d9b6 /hw/ide | |
parent | 1b986676eb472e41dfff7c946adb14552ebb3c23 (diff) | |
download | qemu-5fc5934a4b06d3983edfebcccc1cdb78d5cf526e.zip qemu-5fc5934a4b06d3983edfebcccc1cdb78d5cf526e.tar.gz qemu-5fc5934a4b06d3983edfebcccc1cdb78d5cf526e.tar.bz2 |
hw/ide: Move IDE device related definitions to ide-dev.h
Untangle internal.h by moving public IDE device related
definitions to ide-dev.h.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240220085505.30255-5-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/ide')
-rw-r--r-- | hw/ide/ide-dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/ide-dev.c b/hw/ide/ide-dev.c index 15d088f..c8e2033 100644 --- a/hw/ide/ide-dev.c +++ b/hw/ide/ide-dev.c @@ -23,6 +23,7 @@ #include "qemu/error-report.h" #include "qemu/module.h" #include "hw/ide/ide-dev.h" +#include "hw/ide/internal.h" #include "sysemu/block-backend.h" #include "sysemu/blockdev.h" #include "sysemu/sysemu.h" |