OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [linux/] [i2c-elektor.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/* ------------------------------------------------------------------------- */
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
 
7
    This program is free software; you can redistribute it and/or modify
8
    it under the terms of the GNU General Public License as published by
9
    the Free Software Foundation; either version 2 of the License, or
10
    (at your option) any later version.
11
 
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16
 
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
20
/* ------------------------------------------------------------------------- */
21
 
22
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
23
   Frodo Looijaard <frodol@dds.nl> */
24
 
25
/* $Id: i2c-elektor.h,v 1.1.1.1 2004-04-15 02:36:00 phoenix Exp $ */
26
 
27
#ifndef I2C_PCF_ELEKTOR_H
28
#define I2C_PCF_ELEKTOR_H 1
29
 
30
/*
31
 * This struct contains the hw-dependent functions of PCF8584 adapters to
32
 * manipulate the registers, and to init any hw-specific features.
33
 * vdovikin: removed: this module in real supports only one device,
34
 * due to missing arguments in some functions, called from the algo-pcf module.
35
 * Sometimes it's need to be rewriten -
36
 * but for now just remove this for simpler reading */
37
 
38
/*
39
struct i2c_pcf_isa {
40
        int pi_base;
41
        int pi_irq;
42
        int pi_clock;
43
        int pi_own;
44
};
45
*/
46
 
47
#endif /* PCF_ELEKTOR_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.