summaryrefslogtreecommitdiffstats
path: root/include/twl6030_pwrbtn.h
blob: 4c8e16625638117382ada029e0ddb2d4342d9531 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _TWL6030_PWRBTN_H
#define _TWL6030_PWRBTN_H

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

#endif