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 54223233db..e7d3260e78 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 __AMD_BLOCK_CALLOUTS_AGESA_H__
-#define __AMD_BLOCK_CALLOUTS_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 /* __AMD_BLOCK_CALLOUTS_AGESA_H__ */
+#endif /* AMD_BLOCK_CALLOUTS_AGESA_H */