From 3e6913b389736ba38e104596871e0dac78c09beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 2 Mar 2019 16:26:10 +0200 Subject: arch/io.h: Fix PCI and PNP simple typedefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide clean separation for PCI and PNP headers, followup will also move PNP outside . Change-Id: I85db254d50f18ea34a5e95bc517eac4085a5fafa Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31690 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/northbridge/amd/amdfam10/pci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdfam10/pci.h b/src/northbridge/amd/amdfam10/pci.h index 8fcdbd8cca..8302582d02 100644 --- a/src/northbridge/amd/amdfam10/pci.h +++ b/src/northbridge/amd/amdfam10/pci.h @@ -18,6 +18,7 @@ #include #include +#include #include u32 pci_read_config32_index(pci_devfn_t dev, u32 index_reg, u32 index); -- cgit v1.2.3