You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
470 B
19 lines
470 B
/* 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
|