summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cptm1217/cp_tm1217.h
blob: 30bad357a05595a31e3e3aa511964a60c4cab004 (plain)
1
2
3
4
5
6
7
8
#ifndef __LINUX_I2C_CP_TM1217_H
#define __LINUX_I2C_CP_TM1217_H

struct cp_tm1217_platform_data {
	int gpio;		/* If not set uses the IRQ resource 0 */
};

#endif