soc/amd/cezanne/include/cppc: use AMD_CEZANNE_CPPC_H as include guard
This makes this header file consistent with the rest. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ice2872b4a24032d3a65777795943602cd2595de7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58864 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
#ifndef _CPU_AMD_COMMON_H
|
#ifndef AMD_CEZANNE_CPPC_H
|
||||||
#define _CPU_AMD_COMMON_H
|
#define AMD_CEZANNE_CPPC_H
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <acpi/acpigen.h>
|
#include <acpi/acpigen.h>
|
||||||
@@ -10,4 +10,4 @@ struct cppc_config;
|
|||||||
void cpu_init_cppc_config(struct cppc_config *config, u32 version);
|
void cpu_init_cppc_config(struct cppc_config *config, u32 version);
|
||||||
void generate_cppc_entries(unsigned int core_id);
|
void generate_cppc_entries(unsigned int core_id);
|
||||||
|
|
||||||
#endif
|
#endif /* AMD_CEZANNE_CPPC_H */
|
||||||
|
Reference in New Issue
Block a user