18 lines
348 B
C
18 lines
348 B
C
/*
|
|
* STMicroelectronics lsm6ds3trc driver
|
|
*
|
|
* Copyright 2014 STMicroelectronics Inc.
|
|
*
|
|
* Giuseppe Barba <giuseppe.barba@st.com>
|
|
* v 1.2.2
|
|
* Licensed under the GPL-2.
|
|
*/
|
|
|
|
#ifndef __LSM6DS3TRC_PLATFORM_DATA_
|
|
#define __LSM6DS3TRC_PLATFORM_DATA_
|
|
struct lsm6ds3trc_platform_data {
|
|
int drdy_int_pin;
|
|
};
|
|
#endif /* __LSM6DS3TRC_PLATFORM_DATA_ */
|
|
|