summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-11-12 14:37:41 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-13 14:42:39 +0000
commita262fc6b0761350066a5b2b086ce67447ac40a20 (patch)
treeb9d3e5db9773999acb5cc645fde0787915b5e217 /src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
parent33b92efa5168ab8687b6bbc5c653ba8913d4e8a4 (diff)
downloadcoreboot-a262fc6b0761350066a5b2b086ce67447ac40a20.tar.xz
soc/amd/common/block/include: make include guards more uniform
TEST=Timeless build doesn't change for Mandolin and Gardenia. Change-Id: I5d3ae1459c333658f4c86388f1822d92ca13c658 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47514 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h b/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
index 6933a08f11..54223233db 100644
--- a/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
+++ b/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __CALLOUTS_AMD_AGESA_H__
-#define __CALLOUTS_AMD_AGESA_H__
+#ifndef __AMD_BLOCK_CALLOUTS_AGESA_H__
+#define __AMD_BLOCK_CALLOUTS_AGESA_H__
#include <amdblocks/agesawrapper.h>
#include <stdint.h>
@@ -69,4 +69,4 @@ typedef struct {
extern const BIOS_CALLOUT_STRUCT BiosCallouts[];
extern const int BiosCalloutsLen;
-#endif /* __CALLOUTS_AMD_AGESA_H__ */
+#endif /* __AMD_BLOCK_CALLOUTS_AGESA_H__ */