diff options
author | Christoph Hellwig <hch@lst.de> | 2016-12-02 21:31:01 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-12-05 22:31:23 +0300 |
commit | a2e7eefd5618e0f75bae2eb5c9387ea2f627b6ca (patch) | |
tree | 014f09728fea17dfac786c25616b6f994e679609 /include/linux/pci_ids.h | |
parent | b986723c4c937033957ef0971e54effd02afb451 (diff) | |
download | linux-a2e7eefd5618e0f75bae2eb5c9387ea2f627b6ca.tar.xz |
nvme: move NVMe class code to pci_ids.h
We'll need to check for it in the AHCI drivers (yes, really) soon.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c58752fe16c4..a5e6c7bca610 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -23,8 +23,10 @@ #define PCI_CLASS_STORAGE_SATA 0x0106 #define PCI_CLASS_STORAGE_SATA_AHCI 0x010601 #define PCI_CLASS_STORAGE_SAS 0x0107 +#define PCI_CLASS_STORAGE_EXPRESS 0x010802 #define PCI_CLASS_STORAGE_OTHER 0x0180 + #define PCI_BASE_CLASS_NETWORK 0x02 #define PCI_CLASS_NETWORK_ETHERNET 0x0200 #define PCI_CLASS_NETWORK_TOKEN_RING 0x0201 |