Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / include / linux / i2c / vsense.h
1 /*
2         vsense.h
3
4         This program is free software; you can redistribute it and/or modify
5         it under the terms of the GNU General Public License as published by
6         the Free Software Foundation; version 2 of the License.
7 */
8
9 #ifndef _VSENSE_H_
10 #define _VSENSE_H_
11
12 struct vsense_platform_data {
13         int gpio_irq;
14         int gpio_reset;
15 };
16
17 #endif