aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drv_generic_gpio.h')
-rw-r--r--drv_generic_gpio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_generic_gpio.h b/drv_generic_gpio.h
index cb4fedf..e951f09 100644
--- a/drv_generic_gpio.h
+++ b/drv_generic_gpio.h
@@ -1,9 +1,9 @@
-/* $Id: drv_generic_gpio.h 728 2007-01-14 11:14:38Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_generic_gpio.h $
+/* $Id: drv_generic_gpio.h 1051 2009-11-05 08:02:32Z peterbailey $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_generic_gpio.h $
*
* generic driver helper for GPIO's
*
- * Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2005 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -30,7 +30,7 @@
#include "widget.h"
-extern int GPIS; /* number of GPO's */
+extern int GPIS; /* number of GPI's */
extern int GPOS; /* number of GPO's */
/* these function must be implemented by the real driver */