]> git.sur5r.net Git - u-boot/blobdiff - include/samsung/misc.h
samsung: board: enable support of multiple board types
[u-boot] / include / samsung / misc.h
index e82bf328bc0661b5856bee072ceade50109fa371..607e8d49223b909f549ed5e3c8fc5083126280bb 100644 (file)
@@ -33,5 +33,9 @@ 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__ */