summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/simu.host.h
diff options
context:
space:
mode:
authorJérémy Dufour2008-04-21 23:56:02 +0200
committerJérémy Dufour2008-04-21 23:56:02 +0200
commitb814bc2ab370832431d3fa659521949482aa2180 (patch)
tree7c3ef4e96e0de2eb8e060eceacf6ff2b4770b844 /digital/io/src/simu.host.h
parent4e9abfc25206587a3e96cfb2251dae5e81d34b5f (diff)
* digital/io/src
- move functions definitions of switch module to a source file ; - add a filter when getting the state value of the jack ; - add jack events transmission to the top FSM into the main loop ; - make it build for host implementation.
Diffstat (limited to 'digital/io/src/simu.host.h')
-rw-r--r--digital/io/src/simu.host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/digital/io/src/simu.host.h b/digital/io/src/simu.host.h
index 00021470..e4b90dcf 100644
--- a/digital/io/src/simu.host.h
+++ b/digital/io/src/simu.host.h
@@ -39,6 +39,10 @@ main_timer_wait (void);
void
switch_init (void);
+/** Hooked, do nothing. */
+void
+switch_update (void);
+
/** Hooked, request via mex. */
uint8_t
switch_get_color (void);