From f040b602703f9aa2849384c9116413f9aecf04b4 Mon Sep 17 00:00:00 2001 From: reinelt Date: Fri, 30 Jan 2004 20:57:56 +0000 Subject: [lcd4linux @ 2004-01-30 20:57:55 by reinelt] HD44780 patch from Martin Hejl dmalloc integrated git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@348 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- M50530.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'M50530.c') 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 +#endif + #define XRES 5 #define YRES 8 #define CHARS 8 -- cgit v1.2.3