diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:06:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:06:28 +0000 |
commit | 43e241fbda8e6c137142af8d08abf9f8d16c5145 (patch) | |
tree | 1e72ad25ef4dfbbd381d4ef859729ebc7c5d6c3e /lib/libpci.ver | |
parent | Adding debian version 1:3.12.0-1. (diff) | |
download | pciutils-43e241fbda8e6c137142af8d08abf9f8d16c5145.tar.xz pciutils-43e241fbda8e6c137142af8d08abf9f8d16c5145.zip |
Merging upstream version 1:3.13.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/libpci.ver')
-rw-r--r-- | lib/libpci.ver | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libpci.ver b/lib/libpci.ver index 33ee024..dbcc876 100644 --- a/lib/libpci.ver +++ b/lib/libpci.ver @@ -98,3 +98,8 @@ LIBPCI_3.8 { pci_filter_parse_id; pci_filter_parse_slot; }; + +LIBPCI_3.13 { + global: + pci_fill_info; +}; |