mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 674b0a5784
			
		
	
	
		674b0a5784
		
	
	
	
	
		
			
			hw/pci/pci_bridge.h and hw/cxl/cxl.h include each other. Fortunately, breaking the loop is merely a matter of deleting unnecessary includes from headers, and adding them back in places where they are now missing. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20221222100330.380143-2-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			339 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			339 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_VT82C686_H
 | |
| #define HW_VT82C686_H
 | |
| 
 | |
| 
 | |
| #define TYPE_VT82C686B_ISA "vt82c686b-isa"
 | |
| #define TYPE_VT82C686B_USB_UHCI "vt82c686b-usb-uhci"
 | |
| #define TYPE_VT8231_ISA "vt8231-isa"
 | |
| #define TYPE_VIA_AC97 "via-ac97"
 | |
| #define TYPE_VIA_IDE "via-ide"
 | |
| #define TYPE_VIA_MC97 "via-mc97"
 | |
| 
 | |
| void via_isa_set_irq(PCIDevice *d, int n, int level);
 | |
| 
 | |
| #endif
 |