summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/esdctl.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-11-27 16:49:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-27 20:51:10 +0100
commit6e94a6d8dbb0ca12699cf85d07a66cadbc518747 (patch)
treec79813adfa31590539dae9c4b72eebc976cb7b9e /arch/arm/mach-imx/include/mach/esdctl.h
parentc7fc9be8938b390ffe21147422b2ef2dd1891d17 (diff)
downloadbarebox-6e94a6d8dbb0ca12699cf85d07a66cadbc518747.tar.gz
barebox-6e94a6d8dbb0ca12699cf85d07a66cadbc518747.tar.xz
ARM i.MX esdctl.h: Add double include protection
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/include/mach/esdctl.h')
-rw-r--r--arch/arm/mach-imx/include/mach/esdctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/include/mach/esdctl.h b/arch/arm/mach-imx/include/mach/esdctl.h
index 8124c870e9..b601ff80c7 100644
--- a/arch/arm/mach-imx/include/mach/esdctl.h
+++ b/arch/arm/mach-imx/include/mach/esdctl.h
@@ -1,3 +1,5 @@
+#ifndef __MACH_ESDCTL_V2_H
+#define __MACH_ESDCTL_V2_H
/* SDRAM Controller registers */
#define IMX_ESDCTL0 0x00 /* Enhanced SDRAM Control Register 0 */
@@ -124,3 +126,4 @@
//#define ESDCFGx_tRC_14 0x0000000e // 15 seems to not exist
#define ESDCFGx_tRC_16 0x0000000f
+#endif /* __MACH_ESDCTL_V2_H */