xref: /OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/flat_roll_inward_x_y.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  ******************************************************************************
4  * @file    flat_roll_inward_x_y_0110_ST.h
5  * @author  Sensors Software Solution Team
6  * @brief   This file contains the configuration for flat_roll_inward_x_y_0110_ST.
7  *
8  ******************************************************************************
9  * @attention
10  *
11  * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
12  * All rights reserved.</center></h2>
13  *
14  * This software component is licensed by ST under BSD 3-Clause license,
15  * the "License"; You may not use this file except in compliance with the
16  * License. You may obtain a copy of the License at:
17  *                        opensource.org/licenses/BSD-3-Clause
18  *
19  */
20 
21 /* Define to prevent recursive inclusion -------------------------------------*/
22 #ifndef FLAT_ROLL_INWARD_X_Y_H
23 #define FLAT_ROLL_INWARD_X_Y_H
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 /* Includes ------------------------------------------------------------------*/
30 #ifndef MEMS_UCF_SHARED_TYPES
31 #define MEMS_UCF_SHARED_TYPES
32 
33 /** Common data block definition **/
34 struct ucf_line_t {
35 	uint8_t address;
36 	uint8_t data;
37 };
38 
39 #endif /* MEMS_UCF_SHARED_TYPES */
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* FLAT_ROLL_INWARD_X_Y_H */
46 
47