mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 d484205210
			
		
	
	
		d484205210
		
	
	
	
	
		
			
			Drop unnecessary inclusions from headers. Downgrade a few more to exec/hwaddr.h. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190812052359.30071-17-armbru@redhat.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_PARALLEL_H
 | |
| #define HW_PARALLEL_H
 | |
| 
 | |
| #include "hw/isa/isa.h"
 | |
| #include "chardev/char.h"
 | |
| 
 | |
| void parallel_hds_isa_init(ISABus *bus, int n);
 | |
| 
 | |
| bool parallel_mm_init(MemoryRegion *address_space,
 | |
|                       hwaddr base, int it_shift, qemu_irq irq,
 | |
|                       Chardev *chr);
 | |
| 
 | |
| #endif
 |