From 4ab9bd7ffbc8dada52a89ab0508d60a06547ac89 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 2 Nov 2021 20:33:35 +0100 Subject: hwaccess.c: move function declarations from programmer.h to hwaccess.h Move declarations for functions implemented in hwaccess.c from programmer.h to hwaccess.h. Change-Id: I075fd86211c766ae3d5f29c76adbd7c5b9bdbd80 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/58865 Reviewed-by: Nico Huber Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- ich_descriptors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ich_descriptors.c') diff --git a/ich_descriptors.c b/ich_descriptors.c index 7927493a..5edaaf4b 100644 --- a/ich_descriptors.c +++ b/ich_descriptors.c @@ -16,6 +16,7 @@ */ #include "ich_descriptors.h" +#include "hwaccess.h" #ifdef ICH_DESCRIPTORS_FROM_DUMP_ONLY #include -- cgit v1.2.3