X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=description.h;h=a5f50f446aec88b6e1f832d25666c4df5a0240e7;hb=812d2e7;hp=aef3f212f4e623753dfdf8ccd6afc77d8bdd7fc2;hpb=a1f3c1145082b49c72e817c644858432e4c14c17;p=android-x86%2Fhardware-intel-libsensors.git diff --git a/description.h b/description.h index aef3f21..a5f50f4 100644 --- a/description.h +++ b/description.h @@ -38,5 +38,6 @@ int sensor_get_fl_prop (int s, const char* sel, float* val); int sensor_get_order (int s,unsigned char map[MAX_CHANNELS]); int sensor_get_cal_steps (int s); char* sensor_get_string_type (int s); +int sensor_get_st_prop (int s, const char* sel, char val[MAX_NAME_SIZE]); #endif