9
0
Fork 0
barebox/include/twl6030_pwrbtn.h

10 lines
129 B
C

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