Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69230 )
Change subject: vendorcode/amd/ccx_cppc_data.h: Fix header guard ......................................................................
vendorcode/amd/ccx_cppc_data.h: Fix header guard
Change-Id: I027c3aa7bb206112107ee120cf6f9854e37c5636 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/vendorcode/amd/fsp/common/ccx_cppc_data.h 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/69230/1
diff --git a/src/vendorcode/amd/fsp/common/ccx_cppc_data.h b/src/vendorcode/amd/fsp/common/ccx_cppc_data.h index ac88776..1f41d48 100644 --- a/src/vendorcode/amd/fsp/common/ccx_cppc_data.h +++ b/src/vendorcode/amd/fsp/common/ccx_cppc_data.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef COMMOM_FSP_CCX_CPPC_DATA_H +#ifndef COMMON_FSP_CCX_CPPC_DATA_H #define COMMON_FSP_CCX_CPPC_DATA_H
#include <types.h>