summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/light/tsl2563.h
blob: b97368bd7fffd2a4b284832a76d6590965fa1925 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LINUX_TSL2563_H
#define __LINUX_TSL2563_H

struct tsl2563_platform_data {
	int cover_comp_gain;
};

#endif /* __LINUX_TSL2563_H */