Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
4b42aab1e8fcac2e9b835a7d93bf30dc9a032faa
/
.
/
include
/
linux
/
i2c
/
s6000.h
blob: d9b34bfdae7604c36fb57be28cc1eaf73e14d7c9 [
file
] [
log
] [
blame
]
#ifndef
__LINUX_I2C_S6000_H
#define
__LINUX_I2C_S6000_H
struct
s6_i2c_platform_data
{
const
char
*
clock
;
/* the clock to use */
int
bus_num
;
/* the bus number to register */
};
#endif