1 /* 2 * QEMU PowerPC 4xx PCI-host definitions 3 * 4 * Copyright (c) 2018-2023 BALATON Zoltan 5 * 6 * SPDX-License-Identifier: GPL-2.0-or-later 7 */ 8 9 #ifndef HW_PCIHOST_PPC4XX_H 10 #define HW_PCIHOST_PPC4XX_H 11 12 #define TYPE_PPC4xx_HOST_BRIDGE "ppc4xx-host-bridge" 13 #define TYPE_PPC4xx_PCI_HOST "ppc4xx-pci-host" 14 #define TYPE_PPC440_PCIX_HOST "ppc440-pcix-host" 15 #define TYPE_PPC460EX_PCIE_HOST "ppc460ex-pcie-host" 16 17 #endif 18