summaryrefslogtreecommitdiffstats
path: root/it8212.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-12-14 17:52:30 +0100
committerNico Huber <nico.h@gmx.de>2021-12-22 22:53:47 +0000
commitb8f364bece63ad8c8e0a015f4485ad59104b3209 (patch)
tree6c5875900f09ca95a843bd50ae5b6230e44a718d /it8212.c
parent50720a4b0b251eb1d97d4682a4db9c2c589d6019 (diff)
downloadflashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.gz
flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.bz2
flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.zip
physmap: rename to hwaccess_physmap, create own header
Line up physmap with the other hwaccess related code. Change-Id: Ieba6f4e94cfc3e668fcb8b3c978de5908aed2592 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'it8212.c')
-rw-r--r--it8212.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/it8212.c b/it8212.c
index 80da2b15a..6488b1543 100644
--- a/it8212.c
+++ b/it8212.c
@@ -19,6 +19,7 @@
#include "programmer.h"
#include "hwaccess.h"
#include "hwaccess_x86_io.h"
+#include "hwaccess_physmap.h"
#include "platform/pci.h"
static uint8_t *it8212_bar = NULL;