Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / hw / pci-host / ppc4xx.h
blob32396417fc7d196fb50a46afa45ebe47d1cfe5fe
1 /*
2 * QEMU PowerPC 4xx PCI-host definitions
4 * Copyright (c) 2018-2023 BALATON Zoltan
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef HW_PCIHOST_PPC4XX_H
10 #define HW_PCIHOST_PPC4XX_H
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"
17 #endif