|
@@ -1,3 +1,9 @@
|
|
|
|
+#ifndef _LINUX_PCA953X_H
|
|
|
|
+#define _LINUX_PCA953X_H
|
|
|
|
+
|
|
|
|
+#include <linux/types.h>
|
|
|
|
+#include <linux/i2c.h>
|
|
|
|
+
|
|
/* platform data for the PCA9539 16-bit I/O expander driver */
|
|
/* platform data for the PCA9539 16-bit I/O expander driver */
|
|
|
|
|
|
struct pca953x_platform_data {
|
|
struct pca953x_platform_data {
|
|
@@ -17,3 +23,5 @@ struct pca953x_platform_data {
|
|
void *context);
|
|
void *context);
|
|
char **names;
|
|
char **names;
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+#endif /* _LINUX_PCA953X_H */
|