9
0
Fork 0

ARM i.MX esdctl.h: Add double include protection

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-11-27 16:49:14 +01:00
parent c7fc9be893
commit 6e94a6d8db
1 changed files with 3 additions and 0 deletions

View File

@ -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 */