aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h
diff options
context:
space:
mode:
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__ */