aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mdnie.h
blob: 97213dab1d11eff1544860cafe0605c8c4e210f6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MDNIE_H__
#define __MDNIE__

struct platform_mdnie_data {
	unsigned int			display_type;
	struct lcd_platform_data	*lcd_pd;
};

#endif