From d72755a9609479f9b3463a96c3a71fd7084f2fb3 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 19 Aug 2002 04:41:20 +0000 Subject: [lcd4linux @ 2002-08-19 04:41:20 by reinelt] introduced bar.c, moved bar stuff from display.h to bar.h git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@158 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- M50530.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'M50530.c') diff --git a/M50530.c b/M50530.c index 9207fd1..1928cc3 100644 --- a/M50530.c +++ b/M50530.c @@ -1,4 +1,4 @@ -/* $Id: M50530.c,v 1.2 2002/04/30 07:20:15 reinelt Exp $ +/* $Id: M50530.c,v 1.3 2002/08/19 04:41:20 reinelt Exp $ * * driver for display modules based on the M50530 chip * @@ -20,6 +20,9 @@ * * * $Log: M50530.c,v $ + * Revision 1.3 2002/08/19 04:41:20 reinelt + * introduced bar.c, moved bar stuff from display.h to bar.h + * * Revision 1.2 2002/04/30 07:20:15 reinelt * * implemented the new ndelay(nanoseconds) in all parallel port drivers @@ -61,6 +64,7 @@ #include "debug.h" #include "cfg.h" #include "display.h" +#include "bar.h" #include "udelay.h" #define XRES 5 -- cgit v1.2.3