summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-04 14:20:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-04 14:20:33 +0200
commiteebe92e3ad8b8516108aa1e00092ed542429087c (patch)
treee11c0b606ef032fddb117e3d14ece37e47399019 /include
parentc4da77611c7b04778eeba2a153447a81fd3a4c49 (diff)
parentc1bea6f4eddfe68c8e46aca63814e9513eb89c9a (diff)
downloadbarebox-eebe92e3ad8b8516108aa1e00092ed542429087c.tar.gz
barebox-eebe92e3ad8b8516108aa1e00092ed542429087c.tar.xz
Merge branch 'for-next/omap'
Diffstat (limited to 'include')
-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