Skip to content

Commit 16efafa

Browse files
Vasundhara Volamdavem330
authored andcommitted
PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro
This patch adds a new macro for serial number keyword. Acked-by: Bjorn Helgaas <[email protected]> Signed-off-by: Vasundhara Volam <[email protected]> Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b7a444f commit 16efafa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/pci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,6 +2184,7 @@ int pci_enable_atomic_ops_to_root(struct pci_dev *dev, u32 cap_mask);
21842184
#define PCI_VPD_INFO_FLD_HDR_SIZE 3
21852185

21862186
#define PCI_VPD_RO_KEYWORD_PARTNO "PN"
2187+
#define PCI_VPD_RO_KEYWORD_SERIALNO "SN"
21872188
#define PCI_VPD_RO_KEYWORD_MFR_ID "MN"
21882189
#define PCI_VPD_RO_KEYWORD_VENDOR0 "V0"
21892190
#define PCI_VPD_RO_KEYWORD_CHKSUM "RV"

0 commit comments

Comments
 (0)