ARM: bcm283x: Implement EFI RTS reset_system
[oweals/u-boot.git] / include / samsung / misc.h
index e82bf328bc0661b5856bee072ceade50109fa371..0f957dc36750aa6a9a2411f750a3430d3ba0adbe 100644 (file)
@@ -29,9 +29,12 @@ void draw_logo(void);
 #endif
 
 #ifdef CONFIG_SET_DFU_ALT_INFO
-char *get_dfu_alt_system(void);
-char *get_dfu_alt_boot(void);
-void set_dfu_alt_info(void);
+char *get_dfu_alt_system(char *interface, char *devstr);
+char *get_dfu_alt_boot(char *interface, char *devstr);
+#endif
+#ifdef CONFIG_BOARD_TYPES
+void set_board_type(void);
+const char *get_board_type(void);
 #endif
 
 #endif /* __SAMSUNG_MISC_COMMON_H__ */