diff options
Diffstat (limited to 'src/js_signal_event.h')
-rw-r--r-- | src/js_signal_event.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/js_signal_event.h b/src/js_signal_event.h index 3cff704..3dca3a9 100644 --- a/src/js_signal_event.h +++ b/src/js_signal_event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 TOYOTA MOTOR CORPORATION + * Copyright (c) 2017-2019 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. @@ -21,5 +21,12 @@ extern struct wheel_info_t *wheel_info; extern void newButtonValue(char number, int val); extern void newAxisValue(char number, int val); +extern void updateTimerHandler(int signum); +extern void setJsType(int jstype); + +enum eJsType { + JS_TYPE_STEERING = 0, + JS_TYPE_GAME_CTL = 1, +}; #endif |