From af622e47c4595939c26bd8413c94bbe29106148e Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 4 May 2005 06:13:05 +0000 Subject: [lcd4linux @ 2005-05-04 06:13:05 by reinelt] parport_wire_status() added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@540 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_generic_parport.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'drv_generic_parport.h') diff --git a/drv_generic_parport.h b/drv_generic_parport.h index fb72fda..52aa63b 100644 --- a/drv_generic_parport.h +++ b/drv_generic_parport.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_parport.h,v 1.9 2005/01/18 06:30:23 reinelt Exp $ +/* $Id: drv_generic_parport.h,v 1.10 2005/05/04 06:13:05 reinelt Exp $ * * generic driver helper for parallel port displays * @@ -23,6 +23,9 @@ * * * $Log: drv_generic_parport.h,v $ + * Revision 1.10 2005/05/04 06:13:05 reinelt + * parport_wire_status() added + * * Revision 1.9 2005/01/18 06:30:23 reinelt * added (C) to all copyright statements * @@ -78,10 +81,14 @@ * unsigned char drv_generic_parport_hardwire_ctrl (char *name) * returns hardwiring for one control signal * same as above, but does not read from config, - * but cheks the config and emits a warning that the config + * but checks the config and emits a warning that the config * entry will be ignored * returns DRV_GENERIC_PARPORT_CONTROL_* or 255 on error * + * unsigned char drv_generic_parport_wire_status (char *name, char *deflt) + * reads wiring for one status signal from config + * returns DRV_GENERIC_PARPORT_STATUS_* or 255 on error + * * unsigned char drv_generic_parport_wire_data (char *name, char *deflt) * reads wiring for one data signal from config * returns 1<