commit | d96c97c77309f1cf1ff1cbe9fa521a75fc9d5698 | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <thomas.heijligen@secunet.com> | Tue Nov 02 21:03:00 2021 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 29 12:29:02 2023 +0000 |
tree | 2ca206a0bb2873472e243eb2138c7f1e0345abf2 | |
parent | b7c6a66d5167a9cb6d83081f4c84b7a6c0d28046 [diff] [blame] |
pci.h: move include into own wrapper Split the include of hwaccess and libpci. There is no need to have pci.h included in hwaccess. Change-Id: Ibf00356f0ef5cc92e0ec99f8fe5cdda56f47b166 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/58883 Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72264 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/internal.c b/internal.c index 9cd9cf7..1c4b66a 100644 --- a/internal.c +++ b/internal.c
@@ -20,6 +20,7 @@ #include "flash.h" #include "programmer.h" #include "hwaccess.h" +#include "platform/pci.h" struct pci_dev *pci_dev_find_vendorclass(uint16_t vendor, uint16_t devclass) {