summaryrefslogtreecommitdiffstats
path: root/api/api_private.h
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-10-20 23:04:22 +0000
committerAnatolij Gustschin <agust@denx.de>2011-11-15 23:58:27 +0100
commita2a5729fc1247bb45d794e9d731c0b03bf58096f (patch)
treea89f1b03ebc2e3987b8068aefe0f0a30c1c357c4 /api/api_private.h
parentd3983ee85325d2be730830ebcf82585ee7cd2ecb (diff)
downloadtalos-obmc-uboot-a2a5729fc1247bb45d794e9d731c0b03bf58096f.tar.gz
talos-obmc-uboot-a2a5729fc1247bb45d794e9d731c0b03bf58096f.zip
api: export LCD device to external apps
This patch exports LCD info-query and bitmap-rendering functions to external apps. This patch is tested on a Seaboard. Because the LCD driver is not yet upstreamed, the test was done in a local downstream repo. Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to 'api/api_private.h')
-rw-r--r--api/api_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/api_private.h b/api/api_private.h
index 94a7fc509c..988f702356 100644
--- a/api/api_private.h
+++ b/api/api_private.h
@@ -45,4 +45,8 @@ int dev_write_net(void *, void *, int);
void dev_stor_init(void);
+int display_get_info(int type, struct display_info *di);
+int display_draw_bitmap(ulong bitmap, int x, int y);
+void display_clear(void);
+
#endif /* _API_PRIVATE_H_ */
OpenPOWER on IntegriCloud