X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fvideo_fb.h;h=b008853f3098b21ec029e6de52049618f6501b0f;hb=211aaf309cde193918f9a19b0b010acebfd80a82;hp=55ec24dbeef33672ba501eba10749f2f82944002;hpb=6854f87cbcad544dc07a02b96d358f81ca60c593;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/video_fb.h b/include/video_fb.h index 55ec24d..b008853 100644 --- a/include/video_fb.h +++ b/include/video_fb.h @@ -18,14 +18,6 @@ #ifndef _VIDEO_FB_H_ #define _VIDEO_FB_H_ -#if defined(CONFIG_SYS_CONSOLE_FG_COL) && defined(CONFIG_SYS_CONSOLE_BG_COL) -#define CONSOLE_BG_COL CONFIG_SYS_CONSOLE_BG_COL -#define CONSOLE_FG_COL CONFIG_SYS_CONSOLE_FG_COL -#else -#define CONSOLE_BG_COL 0x00 -#define CONSOLE_FG_COL 0xa0 -#endif - /* * Graphic Data Format (GDF) bits for VIDEO_DATA_FORMAT */ @@ -96,9 +88,5 @@ void video_set_lut ( unsigned char g, /* green */ unsigned char b /* blue */ ); -#ifdef CONFIG_VIDEO_HW_CURSOR -void video_set_hw_cursor(int x, int y); /* x y in pixel */ -void video_init_hw_cursor(int font_width, int font_height); -#endif #endif /*_VIDEO_FB_H_ */