diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-08-03 05:35:17 +0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-08-03 05:35:17 +0400 |
commit | d01d0756f75e7a5b4b43764ad45b83c4340f11d6 (patch) | |
tree | 90db2ff7ccb35a8fdcf98366e6404afe1f845bc4 /include/linux/input/cy8ctmg110_pdata.h | |
parent | b326b853dca2f410b254198ee89abad71a2f4668 (diff) | |
parent | 0d87c7228a49e8342d60dd552892e470e0b291fa (diff) | |
download | linux-d01d0756f75e7a5b4b43764ad45b83c4340f11d6.tar.xz |
Merge branch 'next' into for-linus
Diffstat (limited to 'include/linux/input/cy8ctmg110_pdata.h')
-rw-r--r-- | include/linux/input/cy8ctmg110_pdata.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/input/cy8ctmg110_pdata.h b/include/linux/input/cy8ctmg110_pdata.h new file mode 100644 index 000000000000..09522cb59910 --- /dev/null +++ b/include/linux/input/cy8ctmg110_pdata.h @@ -0,0 +1,10 @@ +#ifndef _LINUX_CY8CTMG110_PDATA_H +#define _LINUX_CY8CTMG110_PDATA_H + +struct cy8ctmg110_pdata +{ + int reset_pin; /* Reset pin is wired to this GPIO (optional) */ + int irq_pin; /* IRQ pin is wired to this GPIO */ +}; + +#endif |