On 20/2/24 09:55, Thomas Huth wrote:
Let's consolidate the public IDE bus related functions in a separate header.Signed-off-by: Thomas Huth <th...@redhat.com> --- include/hw/ide/ide-bus.h | 42 +++++++++++++++++++++++++++++++++++++++ include/hw/ide/internal.h | 40 +------------------------------------ 2 files changed, 43 insertions(+), 39 deletions(-) create mode 100644 include/hw/ide/ide-bus.h
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>