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 226fc173d4..a7a73e0353 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 __AMDBLOCKS_BIOSRAM_H__
-#define __AMDBLOCKS_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
+#endif /* __AMD_BLOCK_BIOSRAM_H__ */