]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.h
Fixed naming inconsistency in man page: slot vs. device
[pciutils.git] / lspci.h
diff --git a/lspci.h b/lspci.h
index d0404923567d77f59774ffd0e9b13ee58337d709..a3fc9d0e3a81ef72f36eb5a64b0b94303bf9d5d8 100644 (file)
--- a/lspci.h
+++ b/lspci.h
@@ -64,16 +64,21 @@ void cap_vpd(struct device *d);
 
 /* ls-caps.c */
 
-void show_caps(struct device *d);
+void show_caps(struct device *d, int where);
 
 /* ls-ecaps.c */
 
 void show_ext_caps(struct device *d);
 
+/* ls-caps-vendor.c */
+
+void show_vendor_caps(struct device *d, int where, int cap);
+
 /* ls-kernel.c */
 
 void show_kernel_machine(struct device *d UNUSED);
 void show_kernel(struct device *d UNUSED);
+void show_kernel_cleanup(void);
 
 /* ls-tree.c */