hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h
commit1b986676eb472e41dfff7c946adb14552ebb3c23
authorThomas Huth <thuth@redhat.com>
Tue, 20 Feb 2024 08:55:01 +0000 (20 09:55 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 22 Feb 2024 11:47:40 +0000 (22 12:47 +0100)
tree93c37519b572abbcf743b6208587be56ee1520e9
parent7bd8b0d4f5e8abfd9bdca40555d92db27918777b
hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h

These definitions are required outside of the hw/ide/ code, too,
so lets's move them from internal.h to a new header called ide-dma.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-4-thuth@redhat.com>
[PMD: Use IDEDMAOps typedef in struct IDEDMA]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
include/hw/ide/ide-dma.h [new file with mode: 0644]
include/hw/ide/internal.h