summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-23 11:29:10 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-30 02:05:04 +0000
commita147fd5e333e940ff831cd09964ca855b3f78755 (patch)
tree8c616c254360b4568ec66aeb8341a698ca64f829 /core
parent91ba2792dbe8eebedac3f921734ade520e7645d7 (diff)
downloadchrome-ec-a147fd5e333e940ff831cd09964ca855b3f78755.tar.gz
test: Sort header files
Sort all includes in test with the clang-format rules used by the zephyr project. BRANCH=None BUG=b:247100970 TEST=zmake build -a TEST=./twister --clobber -v -i TEST=make -j72 buildall_only runtests TEST=zmake compare-builds -a Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Iae52f99a3a8b5623c1c92722c325ca92816fa856 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4052760 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Aaron Massey <aaronmassey@google.com> Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/cortex-m/include/mpu_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/cortex-m/include/mpu_private.h b/core/cortex-m/include/mpu_private.h
index eb9de4c395..fc7617da66 100644
--- a/core/cortex-m/include/mpu_private.h
+++ b/core/cortex-m/include/mpu_private.h
@@ -12,6 +12,9 @@
#ifndef __CROS_EC_MPU_PRIVATE_H
#define __CROS_EC_MPU_PRIVATE_H
+#include <stdbool.h>
+#include <stdint.h>
+
int mpu_num_regions(void);
bool has_mpu(void);
bool mpu_is_unified(void);