mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
ppc440_pcix: Rename QOM type define abd move it to common header
Rename TYPE_PPC440_PCIX_HOST_BRIDGE to better match its string value, move it to common header and use it also in sam460ex to replace hard coded type name. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-ID: <1a1c3fe4b120f345d1005ad7ceca4500783691f7.1688641673.git.balaton@eik.bme.hu> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
2460bdff8e
commit
5efa754520
3 changed files with 6 additions and 6 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#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"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue