summaryrefslogtreecommitdiffstats
path: root/include/twl6030_pwrbtn.h
blob: c4e13d1f1de07150535db1d8406f854ac12f704d (plain)
1
2
3
4
5
6
7
8
9
#ifndef _TWL6030_PWRBTN_H
#define _TWL6030_PWRBTN_H

struct twl6030_pwrbtn_platform_data {
	/* key code */
	int code;
};

#endif