mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 36cd6f6f20
			
		
	
	
		36cd6f6f20
		
	
	
	
	
		
			
			Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1366303444-24620-3-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_AUDIODEV_H
 | |
| #define HW_AUDIODEV_H 1
 | |
| 
 | |
| void isa_register_soundhw(const char *name, const char *descr,
 | |
|                           int (*init_isa)(ISABus *bus));
 | |
| 
 | |
| void pci_register_soundhw(const char *name, const char *descr,
 | |
|                           int (*init_pci)(PCIBus *bus));
 | |
| 
 | |
| #endif
 |