summaryrefslogtreecommitdiffstats
path: root/include/video_easylogo.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2001-11-03 22:21:15 +0000
committerwdenk <wdenk>2001-11-03 22:21:15 +0000
commit167c5898b87724ec5b3775f5cb829079d5cb7895 (patch)
tree4293eb86b1f0c338e91ebfaae0e03063df671571 /include/video_easylogo.h
parent55978deb0c78baeb73f07e3dff0b6e5cfe833e35 (diff)
downloadblackbird-obmc-uboot-167c5898b87724ec5b3775f5cb829079d5cb7895.tar.gz
blackbird-obmc-uboot-167c5898b87724ec5b3775f5cb829079d5cb7895.zip
Initial revision
Diffstat (limited to 'include/video_easylogo.h')
-rw-r--r--include/video_easylogo.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/video_easylogo.h b/include/video_easylogo.h
new file mode 100644
index 0000000000..1e0081881f
--- /dev/null
+++ b/include/video_easylogo.h
@@ -0,0 +1,26 @@
+/*
+** video easylogo
+** ==============
+** (C) 2000 by Paolo Scaffardi (arsenio@tin.it)
+** AIRVENT SAM s.p.a - RIMINI(ITALY)
+**
+** This utility is still under construction!
+*/
+
+#ifndef _EASYLOGO_H_
+#define _EASYLOGO_H_
+
+#if 0
+#define ENABLE_ASCII_BANNERS
+#endif
+
+typedef struct {
+ unsigned char *data;
+ int width;
+ int height;
+ int bpp;
+ int pixel_size;
+ int size;
+} fastimage_t ;
+
+#endif /* _EASYLOGO_H_ */
OpenPOWER on IntegriCloud