summaryrefslogtreecommitdiffstats
path: root/src/js_raw.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-04 09:03:27 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-04 09:04:27 +0900
commitc404f25dcaa4e622a0fe9179bc79393a468093d1 (patch)
treecb53edb66a21a4463cdea12082fbd5b77a057035 /src/js_raw.h
parent1fed2c5a38fed8bc91bb6b8a08982303eb9c2e82 (diff)
Revert "Change steering to systemd service for ces2019"
This reverts commit 1fed2c5a38fed8bc91bb6b8a08982303eb9c2e82. Change-Id: Id83b437eef556b8d3fcd95503b9ff5b4d94bc7a5 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'src/js_raw.h')
-rw-r--r--src/js_raw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js_raw.h b/src/js_raw.h
index 833a5e1..79db219 100644
--- a/src/js_raw.h
+++ b/src/js_raw.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION
+ * Copyright (c) 2017 TOYOTA MOTOR CORPORATION
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,6 +23,5 @@
extern int on_event(sd_event_source *s, int fd, uint32_t revents, void *userdata);
extern int js_open(const char *devname);
extern void js_close(int js);
-extern int init_timer();
#endif