Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __LINUX_I2C_MAX732X_H
0003 #define __LINUX_I2C_MAX732X_H
0004 
0005 /* platform data for the MAX732x 8/16-bit I/O expander driver */
0006 
0007 struct max732x_platform_data {
0008     /* number of the first GPIO */
0009     unsigned    gpio_base;
0010 };
0011 #endif /* __LINUX_I2C_MAX732X_H */