Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * KXCJK-1013 3-axis accelerometer Interface
0004  * Copyright (c) 2014, Intel Corporation.
0005  */
0006 
0007 #ifndef __IIO_KXCJK_1013_H__
0008 #define __IIO_KXCJK_1013_H__
0009 
0010 #include <linux/iio/iio.h>
0011 
0012 struct kxcjk_1013_platform_data {
0013     bool active_high_intr;
0014     struct iio_mount_matrix orientation;
0015 };
0016 
0017 #endif