]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/include/mach/system_manager.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / mach-socfpga / include / mach / system_manager.h
index 51d98157783538a2a06ad3505a4f749c71112039..8712f8ea117cc249052342f0808eacef9022c382 100644 (file)
 #ifndef __ASSEMBLY__
 
 void sysmgr_pinmux_init(void);
-void sysmgr_enable_warmrstcfgio(void);
-
-/* declaration for handoff table type */
-extern unsigned long sys_mgr_init_table[CONFIG_HPS_PINMUX_NUM];
+void sysmgr_config_warmrstcfgio(int enable);
 
+void sysmgr_get_pinmux_table(const u8 **table, unsigned int *table_len);
 #endif
 
 struct socfpga_system_manager {