mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 87776ab72b
			
		
	
	
		87776ab72b
		
	
	
	
	
		
			
			Move it to the actual users. There are some inclusions of qemu/host-utils.h in headers, but they are all necessary. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "qemu/osdep.h"
 | |
| #include "qemu-common.h"
 | |
| #include "qemu/host-utils.h"
 | |
| #include "slirp/slirp.h"
 | |
| 
 | |
| void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout)
 | |
| {
 | |
| }
 | |
| 
 | |
| void slirp_pollfds_poll(GArray *pollfds, int select_error)
 | |
| {
 | |
| }
 | |
| 
 |