qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

pci_regs.h (241B)


      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 #define  PCI_PM_CAP_VER_1_2     0x0003  /* PCI PM spec ver. 1.2 */
      8 
      9 #endif