summaryrefslogtreecommitdiff
path: root/include/hw/pci/pci_regs.h
blob: 77ba64b9314d50de04acc3d0786ee0110a9b9f41 (plain)
1
2
3
4
5
6
7
8
#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