summary refs log tree commit diff stats
path: root/include/hw/ide/ide-bus.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/ide: Move IDE bus related definitions to a new header ide-bus.hThomas Huth2024-02-221-0/+42
Let's consolidate the public IDE bus related functions in a separate header. 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-6-thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>