i2c-elektor.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* ------------------------------------------------------------------------- */
  2. /* i2c-elektor.c i2c-hw access for PCF8584 style isa bus adaptes             */
  3. /* ------------------------------------------------------------------------- */
  4. /*   Copyright (C) 1995-97 Simon G. Vogl
  5.                    1998-99 Hans Berglund
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.     This program is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.     GNU General Public License for more details.
  14.     You should have received a copy of the GNU General Public License
  15.     along with this program; if not, write to the Free Software
  16.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
  17. /* ------------------------------------------------------------------------- */
  18. /* With some changes from Ky鰏ti M鋖kki <kmalkki@cc.hut.fi> and even
  19.    Frodo Looijaard <frodol@dds.nl> */
  20. /* $Id: i2c-elektor.h,v 1.5 2001/06/05 01:46:33 mds Exp $ */
  21. #ifndef I2C_PCF_ELEKTOR_H
  22. #define I2C_PCF_ELEKTOR_H 1
  23. /*
  24.  * This struct contains the hw-dependent functions of PCF8584 adapters to
  25.  * manipulate the registers, and to init any hw-specific features.
  26.  * vdovikin: removed: this module in real supports only one device,
  27.  * due to missing arguments in some functions, called from the algo-pcf module.
  28.  * Sometimes it's need to be rewriten -
  29.  * but for now just remove this for simpler reading */
  30. /*
  31. struct i2c_pcf_isa {
  32. int pi_base;
  33. int pi_irq;
  34. int pi_clock;
  35. int pi_own;
  36. };
  37. */
  38. #endif /* PCF_ELEKTOR_H */