]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/samsung/misc.h
powerpc: socrates: convert to generic board
[karo-tx-uboot.git] / include / samsung / misc.h
index 10653a1b1789ae63fa424ee9335e13ee7e0f166b..0f957dc36750aa6a9a2411f750a3430d3ba0adbe 100644 (file)
@@ -28,4 +28,13 @@ void check_boot_mode(void);
 void draw_logo(void);
 #endif
 
+#ifdef CONFIG_SET_DFU_ALT_INFO
+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__ */