19 #include <linux/pci.h>
21 #define PCIE_LINK_STATE_L0S 1
22 #define PCIE_LINK_STATE_L1 2
23 #define PCIE_LINK_STATE_CLKPM 4
25 #ifdef CONFIG_PCIEASPM
58 #ifdef CONFIG_PCIEASPM_DEBUG
59 extern void pcie_aspm_create_sysfs_dev_files(
struct pci_dev *pdev);
60 extern void pcie_aspm_remove_sysfs_dev_files(
struct pci_dev *pdev);
62 static inline void pcie_aspm_create_sysfs_dev_files(
struct pci_dev *pdev)
65 static inline void pcie_aspm_remove_sysfs_dev_files(
struct pci_dev *pdev)