xref: /openbmc/qemu/include/hw/pci/pci_regs.h (revision 13d4ff07e8ce524ee0f7904b1f7d3a2fdb98b9c4)
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