Files
rk35xx-android14/kernel-6.1/include/dt-bindings/sensor-dev.h
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

19 lines
470 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __DT_BINDINGS_ROCKCHIP_SENSORDEV_H__
#define __DT_BINDINGS_ROCKCHIP_SENSORDEV_H__
#define SENSOR_TYPE_NULL 0
#define SENSOR_TYPE_ANGLE 1
#define SENSOR_TYPE_ACCEL 2
#define SENSOR_TYPE_COMPASS 3
#define SENSOR_TYPE_GYROSCOPE 4
#define SENSOR_TYPE_LIGHT 5
#define SENSOR_TYPE_PROXIMITY 6
#define SENSOR_TYPE_TEMPERATURE 7
#define SENSOR_TYPE_PRESSURE 8
#define SENSOR_TYPE_HALL 9
#define SENSOR_NUM_TYPES 10
#endif