summaryrefslogtreecommitdiffstats
path: root/libsensors/smdk4x12_sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/smdk4x12_sensors.h')
-rw-r--r--libsensors/smdk4x12_sensors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsensors/smdk4x12_sensors.h b/libsensors/smdk4x12_sensors.h
index 984834a..3a4d31f 100644
--- a/libsensors/smdk4x12_sensors.h
+++ b/libsensors/smdk4x12_sensors.h
@@ -76,8 +76,8 @@ int smdk4x12_sensors_poll(struct sensors_poll_device_t *dev,
*/
void input_event_set(struct input_event *event, int type, int code, int value);
-long int timestamp(struct timeval *time);
-long int input_timestamp(struct input_event *event);
+long long int timestamp(struct timeval *time);
+long long int input_timestamp(struct input_event *event);
int uinput_rel_create(const char *name);
void uinput_destroy(int uinput_fd);
int input_open(char *name);