On 1/5/23 05:07, Philippe Mathieu-Daudé wrote:
Declare the TYPE_BONITO_PCI_HOST_BRIDGE QOM type in a header to be able to access it from board code.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- MAINTAINERS | 1 + hw/pci-host/bonito.c | 4 +--- include/hw/pci-host/bonito.h | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 include/hw/pci-host/bonito.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~