X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lspci.h;h=9ef0919228944b7239c77488ae7056cee0e9682a;hb=f34bb4b0d22a0df3aa8ede98fffdb1057559f09c;hp=86429b2c73b43c8291729376ae693e9c8862d295;hpb=215105913df7ff726e21b21a93cc8c8b43f344e8;p=pciutils.git diff --git a/lspci.h b/lspci.h index 86429b2..9ef0919 100644 --- a/lspci.h +++ b/lspci.h @@ -68,7 +68,11 @@ 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 */