printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / platform_data / pca953x.h
blob3c3787c4d96ca2ea7606715742fc11a998a6cc22
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_PCA953X_H
3 #define _LINUX_PCA953X_H
5 #include <linux/types.h>
6 #include <linux/i2c.h>
8 /* platform data for the PCA9539 16-bit I/O expander driver */
10 struct pca953x_platform_data {
11 /* number of the first GPIO */
12 unsigned gpio_base;
14 /* interrupt base */
15 int irq_base;
18 #endif /* _LINUX_PCA953X_H */