diff options
Diffstat (limited to 'include/linux/m4sensorhub/m4sensorhub_reg_enum.h')
| -rw-r--r-- | include/linux/m4sensorhub/m4sensorhub_reg_enum.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/m4sensorhub/m4sensorhub_reg_enum.h b/include/linux/m4sensorhub/m4sensorhub_reg_enum.h index 132087240f1..ea28013e625 100644 --- a/include/linux/m4sensorhub/m4sensorhub_reg_enum.h +++ b/include/linux/m4sensorhub/m4sensorhub_reg_enum.h @@ -162,6 +162,10 @@ enum m4sensorhub_reg {  	M4SH_REG_HEARTRATE_HEARTRATE,  	M4SH_REG_HEARTRATESENSOR_RAWHRVALUE,  	M4SH_REG_HEARTRATESENSOR_SAMPLERATE, +	M4SH_REG_LIGHTSENSOR_VERSION, +	M4SH_REG_LIGHTSENSOR_DUMMY, +	M4SH_REG_LIGHTSENSOR_SAMPLERATE, +	M4SH_REG_LIGHTSENSOR_SIGNAL,  	M4SH_REG__INVALID,                /* Marker for invalid register */  	M4SH_REG__NUM = M4SH_REG__INVALID /* Number of registers */  };  |