From 8565b94a5396f8112a9b86c1c7529217dd603c17 Mon Sep 17 00:00:00 2001 From: Jianjun Wang Date: Wed, 2 Mar 2022 10:20:26 +0800 Subject: device/mmio.h: Move readXp/writeXp helpers to device/mmio.h These helpers are not architecture dependent and it might be used for different platform. Signed-off-by: Jianjun Wang Change-Id: Ic13a94d91affb7cf65a2f22f08ea39ed671bc8e8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62561 Reviewed-by: Yu-Ping Wu Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/security/intel/cbnt/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security/intel') diff --git a/src/security/intel/cbnt/logging.c b/src/security/intel/cbnt/logging.c index 514e5ac666..90d138d7c2 100644 --- a/src/security/intel/cbnt/logging.c +++ b/src/security/intel/cbnt/logging.c @@ -1,9 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include +#include #include #include -- cgit v1.2.3