swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 55d512e245bc7699a8800e23df1a24195dd08217 authored by Linus Torvalds on 08 September 2012, 23:43:45 UTC
Linux 3.6-rc5
Tip revision: 55d512e
tc35876x.h

#ifndef _TC35876X_H
#define _TC35876X_H

struct tc35876x_platform_data {
	int gpio_bridge_reset;
	int gpio_panel_bl_en;
	int gpio_panel_vadd;
};

#endif /* _TC35876X_H */
back to top