]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/video_fb.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / video_fb.h
index b7e3aeef20db362112d11e02150a1a0bbca7d93d..b008853f3098b21ec029e6de52049618f6501b0f 100644 (file)
@@ -88,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_ */