mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 aad07969bb
			
		
	
	
		aad07969bb
		
	
	
	
	
		
			
			Declare the TYPE_BONITO_PCI_HOST_BRIDGE QOM type in a header to be able to access it from board code. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230105130710.49264-8-philmd@linaro.org>
		
			
				
	
	
		
			19 lines
		
	
	
		
			414 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			414 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * QEMU Bonito64 north bridge support
 | |
|  *
 | |
|  * Copyright (c) 2008 yajin (yajin@vm-kernel.org)
 | |
|  * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
 | |
|  *
 | |
|  * SPDX-License-Identifier: GPL-2.0-or-later
 | |
|  */
 | |
| 
 | |
| #ifndef HW_PCI_HOST_BONITO_H
 | |
| #define HW_PCI_HOST_BONITO_H
 | |
| 
 | |
| #include "qom/object.h"
 | |
| 
 | |
| #define TYPE_BONITO_PCI_HOST_BRIDGE "Bonito-pcihost"
 | |
| OBJECT_DECLARE_SIMPLE_TYPE(BonitoState, BONITO_PCI_HOST_BRIDGE)
 | |
| 
 | |
| #endif
 |