X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flcd.h;h=9a4c0da5baca71dc2a9b8513886e80611759c05b;hb=5939afc9611e8ba4a86b96e67670b765ee27668e;hp=797d0b0de12b184056a71a2106f9c5c83c2f7949;hpb=5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f;p=oweals%2Fu-boot.git diff --git a/include/lcd.h b/include/lcd.h index 797d0b0de1..9a4c0da5ba 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * MPC823 and PXA LCD Controller * @@ -6,8 +7,6 @@ * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _LCD_H_ @@ -31,6 +30,7 @@ extern struct vidinfo panel_info; void lcd_ctrl_init(void *lcdbase); void lcd_enable(void); void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue); +ulong lcd_setmem(ulong addr); /** * Set whether we need to flush the dcache when changing the LCD image. This