Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu...
[qemu/kevin.git] / include / hw / pci / pci_regs.h
bloba590140962291037b9d2c54e63b8125dcb499b1d
1 #ifndef HW_PCI_PCI_REGS_H
2 #define HW_PCI_PCI_REGS_H
4 #include "standard-headers/linux/pci_regs.h"
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 */
9 #endif