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