diff options
Diffstat (limited to 'src/soc/amd/picasso/pcie_gpp.c')
-rw-r--r-- | src/soc/amd/picasso/pcie_gpp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/pcie_gpp.c b/src/soc/amd/picasso/pcie_gpp.c index c46135f55b..aab37f4757 100644 --- a/src/soc/amd/picasso/pcie_gpp.c +++ b/src/soc/amd/picasso/pcie_gpp.c @@ -1,7 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include <amdblocks/amd_pci_util.h> +#include <commonlib/bsd/helpers.h> #include <soc/pci_devs.h> +#include <stddef.h> /* See AMD PPR 55570 - IOAPIC Initialization for the table that AGESA sets up */ const struct pci_routing_info pci_routing_table[] = { |