mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 f91005e195
			
		
	
	
		f91005e195
		
	
	
	
	
		
			
			Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190604181618.19980-5-armbru@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			174 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			174 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_PCI_PCI_REGS_H
 | |
| #define HW_PCI_PCI_REGS_H
 | |
| 
 | |
| #include "standard-headers/linux/pci_regs.h"
 | |
| 
 | |
| #define  PCI_PM_CAP_VER_1_1     0x0002  /* PCI PM spec ver. 1.1 */
 | |
| 
 | |
| #endif
 |