1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * Copyright (c) 2010, 2011 Fabien Marteau <fabien.marteau@armadeus.com>
9 struct as5011_platform_data
{
10 unsigned int axis_irq
; /* irq number */
11 unsigned long axis_irqflags
;
12 char xp
, xn
; /* threshold for x axis */
13 char yp
, yn
; /* threshold for y axis */
16 #endif /* _AS5011_H */