From f1093af1f66d670dbd3302a819e035feb0fe7b2a Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 13 Jul 2021 23:00:26 +0200 Subject: soc/amd: move check_mca prototype to soc/amd/common/blocks/include Change-Id: Ia489dbfba59c334cf29f96a4000cef73b9b797d4 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/56279 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/include/amdblocks/mca.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/soc/amd/common/block/include/amdblocks/mca.h (limited to 'src/soc/amd/common/block') 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 */ -- cgit v1.2.3