summaryrefslogtreecommitdiff
path: root/linux/drivers/macintosh/ans-lcd.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/drivers/macintosh/ans-lcd.h
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/drivers/macintosh/ans-lcd.h')
-rw-r--r--linux/drivers/macintosh/ans-lcd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/macintosh/ans-lcd.h b/linux/drivers/macintosh/ans-lcd.h
new file mode 100644
index 00000000..d795b9fd
--- /dev/null
+++ b/linux/drivers/macintosh/ans-lcd.h
@@ -0,0 +1,11 @@
+#ifndef _PPC_ANS_LCD_H
+#define _PPC_ANS_LCD_H
+
+#define ANSLCD_MINOR 156
+
+#define ANSLCD_CLEAR 0x01
+#define ANSLCD_SENDCTRL 0x02
+#define ANSLCD_SETSHORTDELAY 0x03
+#define ANSLCD_SETLONGDELAY 0x04
+
+#endif