]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lspci.h
Released as 3.5.5
[thirdparty/pciutils.git] / lspci.h
diff --git a/lspci.h b/lspci.h
index d0404923567d77f59774ffd0e9b13ee58337d709..9ef0919228944b7239c77488ae7056cee0e9682a 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);
+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 */
 
 void show_kernel_machine(struct device *d UNUSED);
 void show_kernel(struct device *d UNUSED);
+void show_kernel_cleanup(void);
 
 /* ls-tree.c */