Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7-rc5 8 lines 141 B view raw
1#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 */