summaryrefslogtreecommitdiffstats
path: root/hwaccess_physmap.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-03-17 13:41:17 +0100
committerNico Huber <nico.h@gmx.de>2022-04-12 09:55:57 +0000
commitb1db7e4367e3e34140ee12447d7692019d33007a (patch)
treec8a4746d79a4c19841119bccf4c21d93e329e79e /hwaccess_physmap.c
parent6272c71fbbfb26ebde9954708f74f875c083f822 (diff)
downloadflashrom-b1db7e4367e3e34140ee12447d7692019d33007a.tar.gz
flashrom-b1db7e4367e3e34140ee12447d7692019d33007a.tar.bz2
flashrom-b1db7e4367e3e34140ee12447d7692019d33007a.zip
Endian conversion: move to platform.h and platform/endian*.c
Starting to move the platform dependent code to platform/ and provide the abstraction through the platform.h header. Change-Id: I35640282d451960f2a329ae24339ec05dbae6d30 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/62899 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'hwaccess_physmap.c')
-rw-r--r--hwaccess_physmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwaccess_physmap.c b/hwaccess_physmap.c
index 7afe60d7d..2a2a2434a 100644
--- a/hwaccess_physmap.c
+++ b/hwaccess_physmap.c
@@ -24,7 +24,7 @@
#include <string.h>
#include <errno.h>
#include "flash.h"
-#include "hwaccess.h"
+#include "platform.h"
#include "hwaccess_physmap.h"
#if !defined(__DJGPP__) && !defined(__LIBPAYLOAD__)