summaryrefslogtreecommitdiffstats
path: root/src/tempmodule/temperature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tempmodule/temperature.h')
-rw-r--r--src/tempmodule/temperature.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tempmodule/temperature.h b/src/tempmodule/temperature.h
index 8d990be..72189bb 100644
--- a/src/tempmodule/temperature.h
+++ b/src/tempmodule/temperature.h
@@ -1,13 +1,11 @@
#ifndef TEMPERATURE_INCLUDED
#define TEMPERATURE_INCLUDED
-#include <inttypes.h>
-
#ifdef __cplusplus
extern "C" {
#endif
-int get_resistance(int64_t vt, int64_t ra);
+int get_resistance(int vt, int ra);
int get_temperature(int res);
int get_temp_subrange(short a, short b, int res);