OSDN Git Service

Winter cleanup: move iio type field decoding out of utils.c
[android-x86/hardware-intel-libsensors.git] / utils.h
diff --git a/utils.h b/utils.h
index 86e8bbb..d3da472 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -16,9 +16,6 @@ int   sysfs_write_str  (const char path[PATH_MAX], const char *buf);
 int    sysfs_read_float (const char path[PATH_MAX], float *value);
 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);
-
 void   set_timestamp   (struct timespec *out, int64_t target_ns);
 
 int64_t get_timestamp_boot     (void);