summaryrefslogtreecommitdiff
path: root/plat/marvell/a3700/common/include/dram_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a3700/common/include/dram_win.h')
-rw-r--r--plat/marvell/a3700/common/include/dram_win.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/plat/marvell/a3700/common/include/dram_win.h b/plat/marvell/a3700/common/include/dram_win.h
index 7ff20bed..6f345f94 100644
--- a/plat/marvell/a3700/common/include/dram_win.h
+++ b/plat/marvell/a3700/common/include/dram_win.h
@@ -5,8 +5,8 @@
* https://spdx.org/licenses
*/
-#ifndef _DRAM_WIN_H_
-#define _DRAM_WIN_H_
+#ifndef DRAM_WIN_H
+#define DRAM_WIN_H
#include <bl_common.h>
#include <io_addr_dec.h>
@@ -14,5 +14,4 @@
void dram_win_map_build(struct dram_win_map *win_map);
void cpu_wins_init(void);
-#endif /* _DRAM_WIN_H_ */
-
+#endif /* DRAM_WIN_H */