From 14f4600010f07dfd1e6b91e1038c468b40c8f748 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 --- USBLCD.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'USBLCD.c') diff --git a/USBLCD.c b/USBLCD.c index 4f22f69..4702590 100644 --- a/USBLCD.c +++ b/USBLCD.c @@ -1,4 +1,4 @@ -/* $Id: USBLCD.c,v 1.3 2002/08/18 08:11:11 reinelt Exp $ +/* $Id: USBLCD.c,v 1.4 2002/08/19 04:41:20 reinelt Exp $ * * Driver for USBLCD ( see http://www.usblcd.de ) * This Driver is based on HD44780.c @@ -22,6 +22,9 @@ * * * $Log: USBLCD.c,v $ + * Revision 1.4 2002/08/19 04:41:20 reinelt + * introduced bar.c, moved bar stuff from display.h to bar.h + * * Revision 1.3 2002/08/18 08:11:11 reinelt * USBLCD buffered I/O * @@ -62,6 +65,7 @@ #include "debug.h" #include "cfg.h" #include "display.h" +#include "bar.h" #include "udelay.h" #define GET_HARD_VERSION 1 -- cgit v1.2.3