aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sensor/cm36651.h
blob: 3dce9acc038873cb1e777cc492c10bbe17a16ce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LINUX_CM36651_H
#define __CM36651_H__

#ifdef __KERNEL__
struct cm36651_platform_data {
	int (*cm36651_led_on) (bool);
	u8 (*cm36651_get_threshold)(void);
	int irq;		/* proximity-sensor irq gpio */
};
#endif
#endif