OSDN Git Service

Fix type of recently introduced semi arbitrated sampling rate
[android-x86/hardware-intel-libsensors.git] / transform.h
index d11c33c..687c1dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __TRANSFORM_H__
@@ -8,7 +8,8 @@
 #include "common.h"
 
 void   select_transform        (int s);
-float  acquire_immediate_value (int s, int c);
+float  acquire_immediate_float_value   (int s, int c);
+uint64_t acquire_immediate_uint64_value        (int s, int c);
 
 #endif