]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_bmp.c: make bmp_display() usable by drivers or board code
authorAnatolij Gustschin <agust@denx.de>
Fri, 27 Apr 2012 04:38:06 +0000 (04:38 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 25 May 2012 07:15:09 +0000 (09:15 +0200)
commitde3b49c4dd5c9bf1b6bf9e91b86f58d7a83174d5
treecb0cbef62421b4afcaf1d3bfa8adeacebfd01063
parent3d02408665b1622ef50518637e36ac4c53750c08
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>
common/cmd_bmp.c
include/lcd.h