Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186338
b: refs/heads/master
c: 62fecb7
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Linus Torvalds committed Mar 6, 2010
1 parent 9863431 commit db860d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e952805d2d2e706aed182723e5ab3ec0b1f91de3
refs/heads/master: 62fecb70cfaa9b4c6aa1981acd53b18f4ad925f0
8 changes: 8 additions & 0 deletions trunk/include/linux/i2c/pca953x.h
Original file line number Diff line number Diff line change
@@ -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 */

struct pca953x_platform_data {
Expand All @@ -17,3 +23,5 @@ struct pca953x_platform_data {
void *context);
char **names;
};

#endif /* _LINUX_PCA953X_H */

0 comments on commit db860d4

Please sign in to comment.