max732x.h 288 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __LINUX_I2C_MAX732X_H
  3. #define __LINUX_I2C_MAX732X_H
  4. /* platform data for the MAX732x 8/16-bit I/O expander driver */
  5. struct max732x_platform_data {
  6. /* number of the first GPIO */
  7. unsigned gpio_base;
  8. };
  9. #endif /* __LINUX_I2C_MAX732X_H */