~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to drv_generic_gpio.c

  • Committer: Reinhard Tartler
  • Date: 2011-04-27 17:28:49 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: siretart@tauware.de-20110427172849-mj5cj5a0igpcc9fn
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: drv_generic_gpio.c 751 2007-01-20 13:52:43Z michael $
2
 
 * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_generic_gpio.c $
 
1
/* $Id: drv_generic_gpio.c 1049 2009-11-03 04:59:04Z peterbailey $
 
2
 * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_generic_gpio.c $
3
3
 *
4
4
 * generic driver helper for GPO's
5
5
 *
6
 
 * Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
 
6
 * Copyright (C) 2005 Michael Reinelt <michael@reinelt.co.at>
7
7
 * Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
8
8
 *
9
9
 * This file is part of LCD4Linux.
34
34
 * these functions must be implemented by the real driver:
35
35
 *
36
36
 * int (*drv_generic_gpio_real_set) (const int num, const int val);
37
 
 *   sets GPO num to val, returns the actal value
 
37
 *   sets GPO num to val, returns the actual value
38
38
 *
39
39
 * int (*drv_generic_gpio_real_get) (const int num);
40
40
 *   reads GPI num