1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * This header provides constants for gpio key 3 * This header provides constants for gpio keys bindings. 4 */ 4 */ 5 5 6 #ifndef _DT_BINDINGS_GPIO_KEYS_H 6 #ifndef _DT_BINDINGS_GPIO_KEYS_H 7 #define _DT_BINDINGS_GPIO_KEYS_H 7 #define _DT_BINDINGS_GPIO_KEYS_H 8 8 9 #define EV_ACT_ANY 0x00 /* ass 9 #define EV_ACT_ANY 0x00 /* asserted or deasserted */ 10 #define EV_ACT_ASSERTED 0x01 /* ass 10 #define EV_ACT_ASSERTED 0x01 /* asserted */ 11 #define EV_ACT_DEASSERTED 0x02 /* dea 11 #define EV_ACT_DEASSERTED 0x02 /* deasserted */ 12 12 13 #endif /* _DT_BINDINGS_GPIO_KEYS_H */ 13 #endif /* _DT_BINDINGS_GPIO_KEYS_H */ 14 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.