tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8810 / sdram_init.h
1 #ifndef SDRAM_INIT_H
2 #define SDRAM_INIT_H
3
4 #include "sci_types.h"
5
6 #ifdef __cpluspus
7 extern "C" {
8 #endif /* __cplusplus */
9
10 /******************************************************************************
11  * SDRAM_Init
12  ******************************************************************************/
13 void SDRAM_Init (uint32 clk);
14
15 #ifdef __cplusplus
16 }
17 #endif /* __cplusplus */
18
19 #endif /* SDRAM_INIT_H */