summaryrefslogtreecommitdiffstats
path: root/examples/api/glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/glue.h')
-rw-r--r--examples/api/glue.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/api/glue.h b/examples/api/glue.h
index 6bf47d07c8..e43f7d9941 100644
--- a/examples/api/glue.h
+++ b/examples/api/glue.h
@@ -77,4 +77,9 @@ int ub_dev_send(int handle, void *buf, int len);
int ub_dev_recv(int handle, void *buf, int len, int *rlen);
struct device_info * ub_dev_get(int);
+/* display */
+int ub_display_get_info(int type, struct display_info *di);
+int ub_display_draw_bitmap(ulong bitmap, int x, int y);
+void ub_display_clear(void);
+
#endif /* _API_GLUE_H_ */
OpenPOWER on IntegriCloud