Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef I2C_PCA9564_PLATFORM_H
0003 #define I2C_PCA9564_PLATFORM_H
0004 
0005 struct i2c_pca9564_pf_platform_data {
0006     int i2c_clock_speed;    /* values are defined in linux/i2c-algo-pca.h */
0007     int timeout;        /* timeout in jiffies */
0008 };
0009 
0010 #endif /* I2C_PCA9564_PLATFORM_H */