1 2 3 4 5 6 7 8
#ifndef __SAMSUNG_MISC_COMMON_H__ #define __SAMSUNG_MISC_COMMON_H__ #ifdef CONFIG_CMD_BMP void draw_logo(void); #endif #endif /* __SAMSUNG_MISC_COMMON_H__ */