summaryrefslogtreecommitdiffstats
path: root/dmi.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 /dmi.c
parent89338a8003baa55a170e1dd1a11b3111e342663d (diff)
downloadflashrom-4ab9bd7ffbc8dada52a89ab0508d60a06547ac89.tar.gz
flashrom-4ab9bd7ffbc8dada52a89ab0508d60a06547ac89.tar.bz2
flashrom-4ab9bd7ffbc8dada52a89ab0508d60a06547ac89.zip
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 'dmi.c')
-rw-r--r--dmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmi.c b/dmi.c
index 5d709f1be..d2e149d26 100644
--- a/dmi.c
+++ b/dmi.c
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include "flash.h"
+#include "hwaccess.h"
#include "programmer.h"
/* Enable SMBIOS decoding. Currently legacy DMI decoding is enough. */