X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lspci.h;h=62d8e927adb1ac06fa804ba7bfed5b4a92abff6b;hb=4bb972945cd7076d0b7b128fdf31015329ef9d52;hp=6e0bb2492fd532d11b4235a93982229b7c3ef5e1;hpb=ae693fcab9b636bf0e521f38060398417c3cf3d9;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 */