aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/psp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/psp.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/psp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/psp.h b/src/soc/amd/common/block/include/amdblocks/psp.h
index ca820bf31e..f509a5a4df 100644
--- a/src/soc/amd/common/block/include/amdblocks/psp.h
+++ b/src/soc/amd/common/block/include/amdblocks/psp.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __AMD_PSP_H__
-#define __AMD_PSP_H__
+#ifndef __AMD_BLOCK_PSP_H__
+#define __AMD_BLOCK_PSP_H__
/* Get the mailbox base address - specific to family of device. */
void *soc_get_mbox_address(void);
@@ -74,4 +74,4 @@ void psp_notify_sx_info(u8 sleep_type);
int psp_load_named_blob(enum psp_blob_type type, const char *name);
-#endif /* __AMD_PSP_H__ */
+#endif /* __AMD_BLOCK_PSP_H__ */