summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-07-13 23:00:26 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-07-14 21:58:59 +0000
commitf1093af1f66d670dbd3302a819e035feb0fe7b2a (patch)
tree587ba47e0b032d0547e35cf44eee9b382a4a1959 /src/soc/amd/common/block
parent65deb24a8e908825789d74950bcdaf4637697929 (diff)
soc/amd: move check_mca prototype to soc/amd/common/blocks/include
Change-Id: Ia489dbfba59c334cf29f96a4000cef73b9b797d4 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56279 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/mca.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/mca.h b/src/soc/amd/common/block/include/amdblocks/mca.h
new file mode 100644
index 0000000000..9ea29e8ccc
--- /dev/null
+++ b/src/soc/amd/common/block/include/amdblocks/mca.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef AMD_BLOCK_MCA_H
+#define AMD_BLOCK_MCA_H
+
+void check_mca(void);
+
+#endif /* AMD_BLOCK_MCA_H */