aboutsummaryrefslogtreecommitdiffstats
path: root/M50530.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-30 20:57:56 +0000
committerreinelt <>2004-01-30 20:57:56 +0000
commitd17399872e191a60fa783fb115787d1bdd4cca5a (patch)
tree6577cd2c6172763a0223ed7bb933657b1c5b5436 /M50530.c
parent1ffb8be56b4017149d8c108aee2eeaf881a88d3e (diff)
downloadlcd4linux-d17399872e191a60fa783fb115787d1bdd4cca5a.tar.gz
[lcd4linux @ 2004-01-30 20:57:55 by reinelt]
HD44780 patch from Martin Hejl dmalloc integrated
Diffstat (limited to 'M50530.c')
-rw-r--r--M50530.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/M50530.c b/M50530.c
index ec206e1..eec199d 100644
--- a/M50530.c
+++ b/M50530.c
@@ -1,4 +1,4 @@
-/* $Id: M50530.c,v 1.17 2004/01/09 04:16:06 reinelt Exp $
+/* $Id: M50530.c,v 1.18 2004/01/30 20:57:55 reinelt Exp $
*
* driver for display modules based on the M50530 chip
*
@@ -22,6 +22,10 @@
*
*
* $Log: M50530.c,v $
+ * Revision 1.18 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.17 2004/01/09 04:16:06 reinelt
* added 'section' argument to cfg_get(), but NULLed it on all calls by now.
*
@@ -100,6 +104,10 @@
#include "parport.h"
#include "udelay.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
#define XRES 5
#define YRES 8
#define CHARS 8