xref: /rk3399_rockchip-uboot/include/samsung/misc.h (revision dca2a1c18576116b33c31ea4d1cd7a3812e3bf95)
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