diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-15 18:56:07 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-15 18:56:07 +0100 |
commit | af3a2ab5daa0b8bf188a039c122a670cdc8b9544 (patch) | |
tree | 2f6ddec5a2c66b61cebd5f24b906100eeefcbee1 /include | |
parent | Merge branch 'pci/aspm' into next (diff) | |
parent | PCI/DPC: Wait for Root Port busy to clear (diff) | |
download | linux-af3a2ab5daa0b8bf188a039c122a670cdc8b9544.tar.xz linux-af3a2ab5daa0b8bf188a039c122a670cdc8b9544.zip |
Merge branch 'pci/dpc' into next
* pci/dpc:
PCI/DPC: Wait for Root Port busy to clear
PCI/DPC: Decode extended reasons
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/pci_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h index f48d06e2bb4d..634c9c44ed6c 100644 --- a/include/uapi/linux/pci_regs.h +++ b/include/uapi/linux/pci_regs.h @@ -974,6 +974,7 @@ #define PCI_EXP_DPC_STATUS 8 /* DPC Status */ #define PCI_EXP_DPC_STATUS_TRIGGER 0x01 /* Trigger Status */ #define PCI_EXP_DPC_STATUS_INTERRUPT 0x08 /* Interrupt Status */ +#define PCI_EXP_DPC_RP_BUSY 0x10 /* Root Port Busy */ #define PCI_EXP_DPC_SOURCE_ID 10 /* DPC Source Identifier */ |