![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * This header provides constants for gpio keys bindings. 0004 */ 0005 0006 #ifndef _DT_BINDINGS_GPIO_KEYS_H 0007 #define _DT_BINDINGS_GPIO_KEYS_H 0008 0009 #define EV_ACT_ANY 0x00 /* asserted or deasserted */ 0010 #define EV_ACT_ASSERTED 0x01 /* asserted */ 0011 #define EV_ACT_DEASSERTED 0x02 /* deasserted */ 0012 0013 #endif /* _DT_BINDINGS_GPIO_KEYS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |