OSDN Git Service

Min/Max delay for Light and Temperature
[android-x86/hardware-intel-libsensors.git] / utils.h
diff --git a/utils.h b/utils.h
index 9ddf575..8260910 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -19,7 +19,9 @@ int   sysfs_write_float(const char path[PATH_MAX], float value);
 int    decode_type_spec(const char type_buf[MAX_TYPE_SPEC_LEN],
                         struct datum_info_t *type_info);
 
+int64_t        load_timestamp  (struct timespec *ts);
 int64_t        get_timestamp   (void);
+void   set_timestamp   (struct timespec *out, int64_t target_ns);
 
 #endif