]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/samsung/misc.h
kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD define
[karo-tx-uboot.git] / include / samsung / misc.h
index 10653a1b1789ae63fa424ee9335e13ee7e0f166b..607e8d49223b909f549ed5e3c8fc5083126280bb 100644 (file)
@@ -28,4 +28,14 @@ void check_boot_mode(void);
 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);
+#endif
+#ifdef CONFIG_BOARD_TYPES
+void set_board_type(void);
+const char *get_board_type(void);
+#endif
+
 #endif /* __SAMSUNG_MISC_COMMON_H__ */