blob: 9cf9309c3f241781b69618f551ede590c30d099d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Amit Kucheriaee1f1fa2009-11-09 15:14:28 +02002#ifndef __LINUX_TSL2563_H
3#define __LINUX_TSL2563_H
4
5struct tsl2563_platform_data {
6 int cover_comp_gain;
7};
8
9#endif /* __LINUX_TSL2563_H */