summaryrefslogtreecommitdiffstats
path: root/include/twl6030_pwrbtn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/twl6030_pwrbtn.h')
-rw-r--r--include/twl6030_pwrbtn.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/twl6030_pwrbtn.h b/include/twl6030_pwrbtn.h
new file mode 100644
index 0000000000..c4e13d1f1d
--- /dev/null
+++ b/include/twl6030_pwrbtn.h
@@ -0,0 +1,9 @@
+#ifndef _TWL6030_PWRBTN_H
+#define _TWL6030_PWRBTN_H
+
+struct twl6030_pwrbtn_platform_data {
+ /* key code */
+ int code;
+};
+
+#endif