OSDN Git Service

Add version number to calibration data
[android-x86/hardware-intel-libsensors.git] / transform.h
index bea9f2a..687c1dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __TRANSFORM_H__
@@ -7,7 +7,9 @@
 
 #include "common.h"
 
-void select_transform (int s);
+void   select_transform        (int s);
+float  acquire_immediate_float_value   (int s, int c);
+uint64_t acquire_immediate_uint64_value        (int s, int c);
 
 #endif