]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.h
lspci: Indent PCIe Capability DevCap2 & DevCtl2 correctly
[pciutils.git] / lspci.h
diff --git a/lspci.h b/lspci.h
index 81aca269ae99a8a356c668ce25c9815541e31369..9ef0919228944b7239c77488ae7056cee0e9682a 100644 (file)
--- a/lspci.h
+++ b/lspci.h
@@ -64,11 +64,15 @@ void cap_vpd(struct device *d);
 
 /* ls-caps.c */
 
 
 /* ls-caps.c */
 
-void show_caps(struct device *d);
+void show_caps(struct device *d, int where);
 
 /* ls-ecaps.c */
 
 
 /* ls-ecaps.c */
 
-void show_ext_caps(struct device *d);
+void show_ext_caps(struct device *d, int type);
+
+/* ls-caps-vendor.c */
+
+void show_vendor_caps(struct device *d, int where, int cap);
 
 /* ls-kernel.c */
 
 
 /* ls-kernel.c */