X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fvideo_fb.h;h=e41022659493fa89966b4fb8a4c991bc8163296b;hb=f070b1a27ac91c334f68425002a7db72d30213e7;hp=028e2a6aea4c772846d383ed830183499c0af707;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=oweals%2Fu-boot.git diff --git a/include/video_fb.h b/include/video_fb.h index 028e2a6aea..e410226594 100644 --- a/include/video_fb.h +++ b/include/video_fb.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 1997-2002 ELTEC Elektronik AG * Frank Gottschling - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -18,9 +17,6 @@ #ifndef _VIDEO_FB_H_ #define _VIDEO_FB_H_ -#define CONSOLE_BG_COL 0x00 -#define CONSOLE_FG_COL 0xa0 - /* * Graphic Data Format (GDF) bits for VIDEO_DATA_FORMAT */ @@ -35,7 +31,7 @@ /* Export Graphic Driver Control */ /******************************************************************************/ -typedef struct { +typedef struct graphic_device { unsigned int isaBase; unsigned int pciBase; unsigned int dprBase; @@ -91,9 +87,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_ */