summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/max732x.h
blob: 423999207cd5481504dd7828e8c7ec1fddac4b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_I2C_MAX732X_H
#define __LINUX_I2C_MAX732X_H

/* platform data for the MAX732x 8/16-bit I/O expander driver */

struct max732x_platform_data {
	/* number of the first GPIO */
	unsigned	gpio_base;
};
#endif /* __LINUX_I2C_MAX732X_H */