blob: c90d7a09dda7bff0d2b71f3c369b6e07fbf8e5cb [file] [log] [blame]
Amit Kucheriaee1f1fa2009-11-09 15:14:28 +02001#ifndef __LINUX_TSL2563_H
2#define __LINUX_TSL2563_H
3
4struct tsl2563_platform_data {
5 int cover_comp_gain;
6};
7
8#endif /* __LINUX_TSL2563_H */