summaryrefslogtreecommitdiff
path: root/include/lcd.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2012-04-27 04:38:06 (GMT)
committerAnatolij Gustschin <agust@denx.de>2012-05-25 07:15:09 (GMT)
commitde3b49c4dd5c9bf1b6bf9e91b86f58d7a83174d5 (patch)
treecb0cbef62421b4afcaf1d3bfa8adeacebfd01063 /include/lcd.h
parent3d02408665b1622ef50518637e36ac4c53750c08 (diff)
downloadu-boot-fsl-qoriq-de3b49c4dd5c9bf1b6bf9e91b86f58d7a83174d5.tar.xz
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 <agust@denx.de>
Diffstat (limited to 'include/lcd.h')
-rw-r--r--include/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h
index 3d9ef16..a10d8d0 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
/*