xref: /qemu/include/hw/pci/pci_regs.h (revision 091479301f96d0e1df0ab12f18d1b265979cba47)
1 #ifndef HW_PCI_PCI_REGS_H
2 #define HW_PCI_PCI_REGS_H
3 
4 #include "standard-headers/linux/pci_regs.h"
5 
6 #define  PCI_PM_CAP_VER_1_1     0x0002  /* PCI PM spec ver. 1.1 */
7 
8 #endif
9