xref: /rk3399_rockchip-uboot/include/samsung/misc.h (revision 679549d1802f0ee8e66576ecfc766d30b4040983)
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__ */
9