aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDTerm.c
diff options
context:
space:
mode:
authorreinelt <>2005-01-22 22:57:57 +0000
committerreinelt <>2005-01-22 22:57:57 +0000
commitb285743489e7d237cb32fc3aaae0ffdad6c264a4 (patch)
tree42fe090a521dcd8926d2bf2140685de507509182 /drv_LCDTerm.c
parent8f661b82c70ded73c02fa0b3491f8e6998fe7e51 (diff)
downloadlcd4linux-b285743489e7d237cb32fc3aaae0ffdad6c264a4.tar.gz
[lcd4linux @ 2005-01-22 22:57:57 by reinelt]
LCD-Linux driver added
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"