X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lspci.h;h=62d8e927adb1ac06fa804ba7bfed5b4a92abff6b;hb=9a07a7f5ca8dd2c89fd41387fcd0aa761554d25f;hp=6e0bb2492fd532d11b4235a93982229b7c3ef5e1;hpb=fb570ee3b622125ec1eebd87cd5f8253fd76ef43;p=pciutils.git diff --git a/lspci.h b/lspci.h index 6e0bb24..62d8e92 100644 --- a/lspci.h +++ b/lspci.h @@ -39,6 +39,7 @@ struct device { struct bus *parent_bus; struct bridge *bridge; /* Cache */ + int no_config_access; unsigned int config_cached, config_bufsize; byte *config; /* Cached configuration space data */ byte *present; /* Maps which configuration bytes are present */