Message ID | 20170615050642.8197-2-aik@ozlabs.ru (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
diff --git a/include/linux/pci.h b/include/linux/pci.h index 8039f9f0ca05..2c6dbb3dd0da 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -200,6 +200,7 @@ enum pci_bus_flags { PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, PCI_BUS_FLAGS_NO_MMRBC = (__force pci_bus_flags_t) 2, PCI_BUS_FLAGS_NO_AERSID = (__force pci_bus_flags_t) 4, + PCI_BUS_FLAGS_MSI_REMAP = (__force pci_bus_flags_t) 8, }; /* These values come from the PCI Express Spec */