aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/arcfb.h
diff options
context:
space:
mode:
authorJaya Kumar <jayalk@intworks.biz>2005-06-21 17:17:04 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 19:07:41 -0700
commit1154ea7dcd8eed758fb5ec47393a79d5a1f0bc43 (patch)
tree5c5c67e549c60b030555f97fb66c1501f86897d2 /include/linux/arcfb.h
parent[PATCH] intelfb documentation (diff)
downloadlinux-dev-1154ea7dcd8eed758fb5ec47393a79d5a1f0bc43.tar.xz
linux-dev-1154ea7dcd8eed758fb5ec47393a79d5a1f0bc43.zip
[PATCH] Framebuffer driver for Arc LCD board
Add support for the Arc monochrome LCD board. The board uses KS108 controllers to drive individual 64x64 LCD matrices. The board can be paneled in a variety of setups such as 2x1=128x64, 4x4=256x256 and so on. The board/host interface is through GPIO. Signed-off-by: Jaya Kumar <jayalk@intworks.biz> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: <linux-fbdev-devel@lists.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/arcfb.h')
-rw-r--r--include/linux/arcfb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/arcfb.h b/include/linux/arcfb.h
new file mode 100644
index 000000000000..721e7654daeb
--- /dev/null
+++ b/include/linux/arcfb.h
@@ -0,0 +1,8 @@
+#ifndef __LINUX_ARCFB_H__
+#define __LINUX_ARCFB_H__
+
+#define FBIO_WAITEVENT _IO('F', 0x88)
+#define FBIO_GETCONTROL2 _IOR('F', 0x89, size_t)
+
+#endif
+