Subversion Repositories Kolibri OS

Rev

Rev 1964 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 3031
Line 13... Line 13...
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
    GNU General Public License for more details.
14
    GNU General Public License for more details.
Line 15... Line 15...
15
 
15
 
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
-
 
18
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
19
    MA 02110-1301 USA.							     */
Line 19... Line 20...
19
/* ------------------------------------------------------------------------- */
20
/* ------------------------------------------------------------------------- */
20
 
21
 
Line 47... Line 48...
47
	int timeout;		/* in jiffies */
48
	int timeout;		/* in jiffies */
48
};
49
};
Line 49... Line 50...
49
 
50
 
50
int i2c_bit_add_bus(struct i2c_adapter *);
51
int i2c_bit_add_bus(struct i2c_adapter *);
-
 
52
int i2c_bit_add_numbered_bus(struct i2c_adapter *);
Line 51... Line 53...
51
int i2c_bit_add_numbered_bus(struct i2c_adapter *);
53
extern const struct i2c_algorithm i2c_bit_algo;