Newer
Older
barebox / include / twl6030_pwrbtn.h
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _TWL6030_PWRBTN_H
#define _TWL6030_PWRBTN_H

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

#endif