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