GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / i2c / s6000.h
blob45380448e4f02e10c069ca08f2fe10e282e7cfa6
1 #ifndef __LINUX_I2C_S6000_H
2 #define __LINUX_I2C_S6000_H
4 struct s6_i2c_platform_data {
5 const char *clock; /* the clock to use */
6 int bus_num; /* the bus number to register */
7 };
9 #endif