]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-socfpga/include/mach/sdram.h
ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init
[karo-tx-uboot.git] / arch / arm / mach-socfpga / include / mach / sdram.h
index c139a28e9a61e4108c1564753b3cd871f687fb94..901cd9b5e42b35f9ab1ad8d0cca2a21936da78a9 100644 (file)
@@ -14,6 +14,9 @@ int sdram_calibration_full(void);
 
 const struct socfpga_sdram_config *socfpga_get_sdram_config(void);
 
+void socfpga_get_seq_ac_init(const u32 **init, unsigned int *nelem);
+void socfpga_get_seq_inst_init(const u32 **init, unsigned int *nelem);
+
 #define SDR_CTRLGRP_ADDRESS    (SOCFPGA_SDR_ADDRESS | 0x5000)
 
 struct socfpga_sdr_ctrl {