historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/hw/pci/pci_regs.h
2024-01-16 11:20:27 -06:00

8 lines
174 B
C

#ifndef HW_PCI_PCI_REGS_H
#define HW_PCI_PCI_REGS_H
#include "standard-headers/linux/pci_regs.h"
#define PCI_PM_CAP_VER_1_1 0x0002 /* PCI PM spec ver. 1.1 */
#endif