summaryrefslogtreecommitdiff
path: root/ich_descriptors.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-11-02 20:33:35 +0100
committerNico Huber <nico.h@gmx.de>2021-11-07 17:07:34 +0000
commit4ab9bd7ffbc8dada52a89ab0508d60a06547ac89 (patch)
tree1f55a6bd5560ce2fad461c5bb81d5d914bac0b55 /ich_descriptors.c
parent89338a8003baa55a170e1dd1a11b3111e342663d (diff)
downloadflashrom-git-4ab9bd7ffbc8dada52a89ab0508d60a06547ac89.tar.gz
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 <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58865 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'ich_descriptors.c')
-rw-r--r--ich_descriptors.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>