 4d641f36e7
			
		
	
	
		4d641f36e7
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			18 lines
		
	
	
		
			409 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			409 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * 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
 |