summaryrefslogtreecommitdiff
path: root/common/tpm_registers.c
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2017-02-16 11:12:13 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-02-18 17:26:59 -0800
commit2062c99cd2bfe1642433b2cae33c617e02c27cdd (patch)
tree3aadc63a34b9b5e6f196a8cf0a3db17ad32bdbf9 /common/tpm_registers.c
parentbb184acdccff14a526b67eed9a8eae9dfb7431b6 (diff)
downloadchrome-ec-2062c99cd2bfe1642433b2cae33c617e02c27cdd.tar.gz
cleanup: Move chip/g-specific system() prototypes to system_chip.h
BUG=chromium:693148 BRANCH=None TEST=`make buildall -j` Change-Id: I7a758e6b5a04721d0422cfe8b767d85abddb1ad2 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/444264 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/tpm_registers.c')
-rw-r--r--common/tpm_registers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index e2e286136f..a70fd0e028 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -18,6 +18,7 @@
#include "printf.h"
#include "signed_header.h"
#include "system.h"
+#include "system_chip.h"
#include "task.h"
#include "tpm_manufacture.h"
#include "tpm_registers.h"