X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fvideo_fb.h;h=b008853f3098b21ec029e6de52049618f6501b0f;hb=f1754f08102781f855370c7d47db0e3d85da5694;hp=f649c54ababee4cc1f625660c539a4c59dc37313;hpb=293e3938d06571e92f6562bdae54223ff4b130c8;p=people%2Fms%2Fu-boot.git diff --git a/include/video_fb.h b/include/video_fb.h index f649c54aba..b008853f30 100644 --- a/include/video_fb.h +++ b/include/video_fb.h @@ -2,23 +2,7 @@ * (C) Copyright 1997-2002 ELTEC Elektronik AG * Frank Gottschling * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -34,9 +18,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 */ @@ -51,7 +32,7 @@ /* Export Graphic Driver Control */ /******************************************************************************/ -typedef struct { +typedef struct graphic_device { unsigned int isaBase; unsigned int pciBase; unsigned int dprBase; @@ -107,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_ */