diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2026-06-23 17:32:04 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-06-23 17:32:04 -0500 |
| commit | b598aba915e6baedd1fecd2b53efd182ce1ac67e (patch) | |
| tree | 806e6570d60737632f15da9a6d4814c8bf159f36 /include | |
| parent | 44105c5d0a13a3b17b5161561344c747aa4fe751 (diff) | |
| parent | 5e6c21c56998e1e58d2f314e70779989ea0fee5d (diff) | |
Merge branch 'pci/switchtec'
- Add Gen6 Device IDs to the switchtec driver (Ben Reed)
* pci/switchtec:
PCI: switchtec: Add Gen6 Device IDs
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/switchtec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/switchtec.h b/include/linux/switchtec.h index cdb58d61c152..724da6c08bf7 100644 --- a/include/linux/switchtec.h +++ b/include/linux/switchtec.h @@ -42,6 +42,7 @@ enum switchtec_gen { SWITCHTEC_GEN3, SWITCHTEC_GEN4, SWITCHTEC_GEN5, + SWITCHTEC_GEN6, }; struct mrpc_regs { |
