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/ide-dev.c | |
| parent | 1b986676eb472e41dfff7c946adb14552ebb3c23 (diff) | |
| download | focaccia-qemu-5fc5934a4b06d3983edfebcccc1cdb78d5cf526e.tar.gz focaccia-qemu-5fc5934a4b06d3983edfebcccc1cdb78d5cf526e.zip | |
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/ide-dev.c')
| -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 15d088fd06..c8e2033469 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" |