root/include/linux/iio/accel/kxcjk_1013.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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

/* [<][>][^][v][top][bottom][index][help] */