summaryrefslogtreecommitdiffstats
path: root/include/video.h
Commit message (Collapse)AuthorAgeFilesLines
* video: Provide an API to access video parametersStefan Reinauer2012-11-061-0/+48
| | | | | | | | | | Create a basic API to provide access to video parameters such as screen size, and to position the cursor on the screen. Also add a prototype for video_display_bitmap() which was missing. Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Anatolij Gustschin <agust@denx.de>
* include/video.h: drop unused video_printf()Anatolij Gustschin2012-05-251-1/+0
| | | | | | There is no such function in the code, so remove this prorotype. Signed-off-by: Anatolij Gustschin <agust@denx.de>
* Initial revisionwdenk2001-11-031-0/+19
OpenPOWER on IntegriCloud