aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lp5521.h
blob: 4515a02564c487194e27a5393fcbd33d23af143d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _LINUX_LP5521_H_
#define _LINUX_LP5521_H_

struct lp5521_platform_data {

	/* chip enable */
	void (*ext_enable)(int level);
};

#endif /* LINUX_LP5521_H */