qemu/include/hw/pci/pci_regs.h
<<
>>
Prefs
   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