2019-06-04 20:16:18 +02:00
|
|
|
#ifndef HW_PCI_PCI_REGS_H
|
|
|
|
#define HW_PCI_PCI_REGS_H
|
|
|
|
|
2015-07-01 11:42:18 +02:00
|
|
|
#include "standard-headers/linux/pci_regs.h"
|
2016-06-01 10:23:32 +02:00
|
|
|
|
|
|
|
#define PCI_PM_CAP_VER_1_1 0x0002 /* PCI PM spec ver. 1.1 */
|
2019-06-04 20:16:18 +02:00
|
|
|
|
|
|
|
#endif
|