Home | History | Annotate | Line # | Download | only in input
      1 /*	$NetBSD: atmel-maxtouch.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0+ */
      4 
      5 #ifndef _DT_BINDINGS_ATMEL_MAXTOUCH_H
      6 #define _DT_BINDINGS_ATMEL_MAXTOUCH_H
      7 
      8 #define ATMEL_MXT_WAKEUP_NONE		0
      9 #define ATMEL_MXT_WAKEUP_I2C_SCL	1
     10 #define ATMEL_MXT_WAKEUP_GPIO		2
     11 
     12 #endif /* _DT_BINDINGS_ATMEL_MAXTOUCH_H */
     13