X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lspci.h;h=9ef0919228944b7239c77488ae7056cee0e9682a;hb=c4cf2d1c17594d333ccd819212756e3afb8b9924;hp=81aca269ae99a8a356c668ce25c9815541e31369;hpb=17ec7e70ea71a3ccbccf9f3b9cfe846eb1200e0d;p=pciutils.git diff --git a/lspci.h b/lspci.h index 81aca26..9ef0919 100644 --- a/lspci.h +++ b/lspci.h @@ -64,11 +64,15 @@ 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 */