X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lspci.h;h=160c65a2a968ddde2c1721e8ca7ecd407a06504e;hb=6662052f2343710a829ab659608df27994edabb8;hp=d6a27a2aee319018a49c01a9c0b0cbb79caa0ad1;hpb=7eb8744984a8b7ed52d35a291ff5ed6373e93499;p=pciutils.git diff --git a/lspci.h b/lspci.h index d6a27a2..160c65a 100644 --- a/lspci.h +++ b/lspci.h @@ -88,7 +88,7 @@ void show_kernel_cleanup(void); struct bridge { struct bridge *chain; /* Single-linked list of bridges */ - struct bridge *prev, *child; /* Tree of bridges */ + struct bridge *next, *prev, *child; /* Tree of bridges */ struct bus *first_bus, *last_bus; /* List of buses connected to this bridge */ unsigned int domain; unsigned int primary, secondary, subordinate; /* Bus numbers */