1 #ifndef __SAMSUNG_MISC_COMMON_H__
2 #define __SAMSUNG_MISC_COMMON_H__
4 #ifdef CONFIG_REVISION_TAG
5 u32 get_board_rev(void);
8 #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
9 void set_board_info(void);
12 #ifdef CONFIG_LCD_MENU
24 void check_boot_mode(void);
25 #endif /* CONFIG_LCD_MENU */
31 #ifdef CONFIG_SET_DFU_ALT_INFO
32 char *get_dfu_alt_system(char *interface, char *devstr);
33 char *get_dfu_alt_boot(char *interface, char *devstr);
35 #ifdef CONFIG_BOARD_TYPES
36 void set_board_type(void);
37 const char *get_board_type(void);
40 #endif /* __SAMSUNG_MISC_COMMON_H__ */