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