Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19-rc2 10 lines 263 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2 3#ifndef _DT_BINDINGS_ATMEL_MAXTOUCH_H 4#define _DT_BINDINGS_ATMEL_MAXTOUCH_H 5 6#define ATMEL_MXT_WAKEUP_NONE 0 7#define ATMEL_MXT_WAKEUP_I2C_SCL 1 8#define ATMEL_MXT_WAKEUP_GPIO 2 9 10#endif /* _DT_BINDINGS_ATMEL_MAXTOUCH_H */