]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-am33xx/sys_proto.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / include / asm / arch-am33xx / sys_proto.h
index 09ed6508b99ef704f3df10dbd15905b6e5f484de..0910a9451a0b22ea7cbdba68e82639651a845bf4 100644 (file)
@@ -28,5 +28,16 @@ u32 get_sysboot_value(void);
 int print_cpuinfo(void);
 #endif
 
+extern struct ctrl_stat *cstat;
 u32 get_device_type(void);
+void setup_clocks_for_console(void);
+void ddr_pll_config(unsigned int ddrpll_M);
+
+void sdelay(unsigned long);
+
+struct gpmc_cs;
+void gpmc_init(void);
+void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
+                       u32 size);
+void omap_nand_switch_ecc(int);
 #endif