1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 14:47:30 +02:00
openwrt-xburst/target/linux/xburst/files-2.6.27/drivers/i2c/busses/i2c-jz47xx.h

21 lines
469 B
C
Raw Normal View History

/*
* i2c_jz47xx.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _I2C_JZ_H_
#define _I2C_JZ_H_
struct i2c_slave_client;
struct i2c_jz_platform_data {
unsigned int slave_addr;
struct i2c_slave_client *slave;
unsigned int class;
};
extern void jz_set_i2c_info(struct i2c_jz_platform_data *info);
#endif