aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDTerm.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-22 22:57:57 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-22 22:57:57 +0000
commit620568e08f7e1e7be5d3be85643f821cdcca897b (patch)
tree42fe090a521dcd8926d2bf2140685de507509182 /drv_LCDTerm.c
parent4b6f7fb1f11af97b369feb39aa4c4ac16252045a (diff)
downloadlcd4linux-620568e08f7e1e7be5d3be85643f821cdcca897b.tar.gz
[lcd4linux @ 2005-01-22 22:57:57 by reinelt]
LCD-Linux driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@511 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_LCDTerm.c')
-rw-r--r--drv_LCDTerm.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/drv_LCDTerm.c b/drv_LCDTerm.c
index 3f524d4..51c7ff1 100644
--- a/drv_LCDTerm.c
+++ b/drv_LCDTerm.c
@@ -1,4 +1,4 @@
-/* $Id: drv_LCDTerm.c,v 1.2 2005/01/18 06:30:23 reinelt Exp $
+/* $Id: drv_LCDTerm.c,v 1.3 2005/01/22 22:57:57 reinelt Exp $
*
* driver for the LCDTerm serial-to-HD44780 adapter boards
* http://www.bobblick.com/techref/projects/lcdterm/lcdterm.html
@@ -24,6 +24,9 @@
*
*
* $Log: drv_LCDTerm.c,v $
+ * Revision 1.3 2005/01/22 22:57:57 reinelt
+ * LCD-Linux driver added
+ *
* Revision 1.2 2005/01/18 06:30:23 reinelt
* added (C) to all copyright statements
*
@@ -43,14 +46,7 @@
#include "config.h"
#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
#include <unistd.h>
-#include <termios.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <sys/time.h>
#include "debug.h"
#include "cfg.h"