aboutsummaryrefslogtreecommitdiffstats
path: root/libsensors/geomagneticd/geomagneticd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/geomagneticd/geomagneticd.h')
-rw-r--r--libsensors/geomagneticd/geomagneticd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libsensors/geomagneticd/geomagneticd.h b/libsensors/geomagneticd/geomagneticd.h
index 71f9dcb..10ad3ef 100644
--- a/libsensors/geomagneticd/geomagneticd.h
+++ b/libsensors/geomagneticd/geomagneticd.h
@@ -46,16 +46,7 @@ struct geomagneticd_data {
* Input
*/
-void input_event_set(struct input_event *event, int type, int code, int value);
-int64_t timestamp(struct timeval *time);
-int64_t input_timestamp(struct input_event *event);
-int uinput_rel_create(const char *name);
-void uinput_destroy(int uinput_fd);
int input_open(char *name);
int sysfs_path_prefix(char *name, char *path_prefix);
-int64_t sysfs_value_read(char *path);
-int sysfs_value_write(char *path, int64_t value);
-int sysfs_string_read(char *path, char *buffer, size_t length);
-int sysfs_string_write(char *path, char *buffer, size_t length);
#endif