Newer
Older
barebox / include / twl6030_pwrbtn.h
@Vicente Bergas Vicente Bergas on 25 Mar 2013 129 bytes twl6030: add power button as an input key
#ifndef _TWL6030_PWRBTN_H
#define _TWL6030_PWRBTN_H

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

#endif