]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.h
update-pciids: Add support for xz compression
[pciutils.git] / lspci.h
diff --git a/lspci.h b/lspci.h
index 62d8e927adb1ac06fa804ba7bfed5b4a92abff6b..c5a9ec726871770cbeb23206a2530c63610997a1 100644 (file)
--- a/lspci.h
+++ b/lspci.h
@@ -3,7 +3,9 @@
  *
  *     Copyright (c) 1997--2018 Martin Mares <mj@ucw.cz>
  *
- *     Can be freely distributed and used under the terms of the GNU GPL.
+ *     Can be freely distributed and used under the terms of the GNU GPL v2+
+ *
+ *     SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #define PCIUTILS_LSPCI
@@ -88,7 +90,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 */