diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c/s6000.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/i2c/s6000.h b/include/linux/i2c/s6000.h new file mode 100644 index 000000000000..d9b34bfdae76 --- /dev/null +++ b/include/linux/i2c/s6000.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef __LINUX_I2C_S6000_H | ||
| 2 | #define __LINUX_I2C_S6000_H | ||
| 3 | |||
| 4 | struct s6_i2c_platform_data { | ||
| 5 | const char *clock; /* the clock to use */ | ||
| 6 | int bus_num; /* the bus number to register */ | ||
| 7 | }; | ||
| 8 | |||
| 9 | #endif | ||
| 10 | |||
