X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lspci.h;h=160c65a2a968ddde2c1721e8ca7ecd407a06504e;hb=c0ccce1b4cd5b42b17f2e8f7bae4031c311677ff;hp=62d8e927adb1ac06fa804ba7bfed5b4a92abff6b;hpb=832b07a87c87f02cf17d748c075a84fc3a9b7afd;p=pciutils.git diff --git a/lspci.h b/lspci.h index 62d8e92..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 *next, *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 */