Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux-2.6-microblaze.git] / include / linux / iio / accel / kxcjk_1013.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * KXCJK-1013 3-axis accelerometer Interface
4  * Copyright (c) 2014, Intel Corporation.
5  */
6
7 #ifndef __IIO_KXCJK_1013_H__
8 #define __IIO_KXCJK_1013_H__
9
10 struct kxcjk_1013_platform_data {
11         bool active_high_intr;
12 };
13
14 #endif