xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / include / linux / platform_data / tsl2563.h
blob9cf9309c3f241781b69618f551ede590c30d099d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_TSL2563_H
3 #define __LINUX_TSL2563_H
5 struct tsl2563_platform_data {
6 int cover_comp_gain;
7 };
9 #endif /* __LINUX_TSL2563_H */