summaryrefslogtreecommitdiff
path: root/plat/imx/common/include/sci/sci_scfw.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/common/include/sci/sci_scfw.h')
-rwxr-xr-x[-rw-r--r--]plat/imx/common/include/sci/sci_scfw.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plat/imx/common/include/sci/sci_scfw.h b/plat/imx/common/include/sci/sci_scfw.h
index a169f88c..781c69e0 100644..100755
--- a/plat/imx/common/include/sci/sci_scfw.h
+++ b/plat/imx/common/include/sci/sci_scfw.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef SCI_SCFW_H
-#define SCI_SCFW_H
+#ifndef _SC_SCFW_H
+#define _SC_SCFW_H
/* Includes */
@@ -33,4 +33,5 @@ typedef uint64_t sc_ipc_t;
typedef uint64_t sc_ipc_id_t;
-#endif /* SCI_SCFW_H */
+#endif /* _SC_SCFW_H */
+