mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20240215105017.57748-3-philmd@linaro.org>
This commit is contained in:
parent
d0e870f447
commit
4d641f36e7
8 changed files with 23 additions and 7 deletions
17
include/hw/pci-host/ppc4xx.h
Normal file
17
include/hw/pci-host/ppc4xx.h
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue