aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/biosram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/biosram.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/biosram.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/biosram.h b/src/soc/amd/common/block/include/amdblocks/biosram.h
index a7a73e0353..934a244850 100644
--- a/src/soc/amd/common/block/include/amdblocks/biosram.h
+++ b/src/soc/amd/common/block/include/amdblocks/biosram.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __AMD_BLOCK_BIOSRAM_H__
-#define __AMD_BLOCK_BIOSRAM_H__
+#ifndef AMD_BLOCK_BIOSRAM_H
+#define AMD_BLOCK_BIOSRAM_H
#include <stdint.h>
@@ -26,4 +26,4 @@ uint32_t get_uma_size(void);
/* Returns the saved UMA base */
uint64_t get_uma_base(void);
-#endif /* __AMD_BLOCK_BIOSRAM_H__ */
+#endif /* AMD_BLOCK_BIOSRAM_H */