]> Pileus Git - ~andy/linux/blob - drivers/staging/cptm1217/cp_tm1217.h
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / drivers / staging / cptm1217 / cp_tm1217.h
1 #ifndef __LINUX_I2C_CP_TM1217_H
2 #define __LINUX_I2C_CP_TM1217_H
3
4 struct cp_tm1217_platform_data {
5         int gpio;               /* If not set uses the IRQ resource 0 */
6 };
7
8 #endif