barebox/include/twl6030_pwrbtn.h
Vicente Bergas 4b6cd0ee4b twl6030: add power button as an input key
Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-03-25 10:21:20 +01:00

10 lines
129 B
C

#ifndef _TWL6030_PWRBTN_H
#define _TWL6030_PWRBTN_H
struct twl6030_pwrbtn_platform_data {
/* key code */
int code;
};
#endif