]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.h
ls-tree: Print PCI domains in ascending order
[pciutils.git] / lspci.h
diff --git a/lspci.h b/lspci.h
index d6a27a2aee319018a49c01a9c0b0cbb79caa0ad1..160c65a2a968ddde2c1721e8ca7ecd407a06504e 100644 (file)
--- 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 */