Files
Linux-Kernel_MiSTer/include/linux/platform_data/tsl2563.h
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

10 lines
180 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_TSL2563_H
#define __LINUX_TSL2563_H
struct tsl2563_platform_data {
int cover_comp_gain;
};
#endif /* __LINUX_TSL2563_H */