aboutsummaryrefslogtreecommitdiffstats
path: root/libsensors/piranha_sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/piranha_sensors.h')
-rw-r--r--libsensors/piranha_sensors.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libsensors/piranha_sensors.h b/libsensors/piranha_sensors.h
index 1741945..6a2679f 100644
--- a/libsensors/piranha_sensors.h
+++ b/libsensors/piranha_sensors.h
@@ -79,17 +79,10 @@ int piranha_sensors_poll(struct sensors_poll_device_t *dev,
* 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);
/*
* Sensors