From 49d758698a0dd166679c48b1a2785e50e9b0cc83 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 14 Dec 2021 16:36:05 +0100 Subject: hwaccess: move x86 port I/O related code into own files Allow port I/O related code to be compiled independent from memory mapping functionality. This enables for a better selection of needed hardware access types. Change-Id: I372b4a409f036da766c42bc406b596bc41b0f75a Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/60110 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- atavia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atavia.c') diff --git a/atavia.c b/atavia.c index 6370d91e..8109768a 100644 --- a/atavia.c +++ b/atavia.c @@ -20,7 +20,7 @@ #include #include "flash.h" #include "programmer.h" -#include "hwaccess.h" +#include "hwaccess_x86_io.h" #include "platform/pci.h" #define PCI_VENDOR_ID_VIA 0x1106 -- cgit v1.2.3