]> Git Repo - linux.git/blob - include/linux/platform_data/max732x.h
Linux 6.14-rc3
[linux.git] / include / linux / platform_data / max732x.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_I2C_MAX732X_H
3 #define __LINUX_I2C_MAX732X_H
4
5 /* platform data for the MAX732x 8/16-bit I/O expander driver */
6
7 struct max732x_platform_data {
8         /* number of the first GPIO */
9         unsigned        gpio_base;
10 };
11 #endif /* __LINUX_I2C_MAX732X_H */
This page took 0.025784 seconds and 4 git commands to generate.