samsung: common: Add file for common functions, draw_logo() cleanup.
[oweals/u-boot.git] / include / samsung / misc.h
1 #ifndef __SAMSUNG_MISC_COMMON_H__
2 #define __SAMSUNG_MISC_COMMON_H__
3
4 #ifdef CONFIG_CMD_BMP
5 void draw_logo(void);
6 #endif
7
8 #endif /* __SAMSUNG_MISC_COMMON_H__ */