arm: socfpga: system: Clean up pinmux_config.c
[platform/kernel/u-boot.git] / arch / arm / mach-socfpga / include / mach / system_manager.h
index 51d9815..46af30b 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 unsigned long **table,
+                            unsigned int *table_len);
 #endif
 
 struct socfpga_system_manager {