 315a1350c4
			
		
	
	
		315a1350c4
		
	
	
	
	
		
			
			Move files and modify makefiles to pick them at the new location. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef PCI_SLOTID_CAP_H
 | |
| #define PCI_SLOTID_CAP_H
 | |
| 
 | |
| #include "qemu-common.h"
 | |
| 
 | |
| int slotid_cap_init(PCIDevice *dev, int nslots,
 | |
|                     uint8_t chassis,
 | |
|                     unsigned offset);
 | |
| void slotid_cap_cleanup(PCIDevice *dev);
 | |
| 
 | |
| #endif
 |