summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-02-15 11:56:07 -0600
committerBjorn Helgaas <bhelgaas@google.com>2017-02-15 11:56:07 -0600
commitaf3a2ab5daa0b8bf188a039c122a670cdc8b9544 (patch)
tree2f6ddec5a2c66b61cebd5f24b906100eeefcbee1 /include/uapi
parent8f417ca9ebfa8701a41db64f5ed9cbb01b8e4219 (diff)
parentabdbf4d635a9a8c956bb9757a9d4f08c2abe1f97 (diff)
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/uapi')
-rw-r--r--include/uapi/linux/pci_regs.h1
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 */