Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: dc1ccc48159d63eca5089e507c82c7d22ef60839 authored by Linus Torvalds on 29 November 2013, 20:57:14 UTC
Linux 3.13-rc2
Tip revision: dc1ccc4
tsl2563.h
#ifndef __LINUX_TSL2563_H
#define __LINUX_TSL2563_H

struct tsl2563_platform_data {
	int cover_comp_gain;
};

#endif /* __LINUX_TSL2563_H */
back to top