]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.h
lspci: Decode PCIe 6.0 Slot Power Limit values
[pciutils.git] / lspci.h
diff --git a/lspci.h b/lspci.h
index 352177fcce7b327fc9fdb209f46a47f093a8ca6f..6e0bb2492fd532d11b4235a93982229b7c3ef5e1 100644 (file)
--- a/lspci.h
+++ b/lspci.h
@@ -55,8 +55,6 @@ u32 get_conf_long(struct device *d, unsigned int pos);
 word get_conf_word(struct device *d, unsigned int pos);
 byte get_conf_byte(struct device *d, unsigned int pos);
 
-void get_subid(struct device *d, word *subvp, word *subdp);
-
 /* Useful macros for decoding of bits and bit fields */
 
 #define FLAG(x,y) ((x & y) ? '+' : '-')