From de3b49c4dd5c9bf1b6bf9e91b86f58d7a83174d5 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Fri, 27 Apr 2012 04:38:06 +0000 Subject: cmd_bmp.c: make bmp_display() usable by drivers or board code Currently bmp_display() is static and can not be used directly in the driver or board code. Export it for other users. Signed-off-by: Anatolij Gustschin --- include/lcd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lcd.h') diff --git a/include/lcd.h b/include/lcd.h index 3d9ef16710..a10d8d0265 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -55,6 +55,7 @@ extern void lcd_initcolregs (void); /* gunzip_bmp used if CONFIG_VIDEO_BMP_GZIP */ extern struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp); +extern int bmp_display(ulong addr, int x, int y); #if defined CONFIG_MPC823 /* -- cgit v1.2.1