summaryrefslogtreecommitdiff
path: root/kernel/voicebus.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/voicebus.h')
-rw-r--r--kernel/voicebus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/voicebus.h b/kernel/voicebus.h
index c234690..59ec484 100644
--- a/kernel/voicebus.h
+++ b/kernel/voicebus.h
@@ -50,5 +50,8 @@ void voicebus_free(struct voicebus *vb, void *vbb);
int voicebus_transmit(struct voicebus *vb, void *vbb);
int voicebus_set_minlatency(struct voicebus *vb, unsigned int milliseconds);
int voicebus_current_latency(struct voicebus *vb) ;
+#ifdef CONFIG_ZAPTEL_WATCHDOG
+int voicebus_watchdog(struct voicebus *vb);
+#endif
#endif /* __VOICEBUS_H__ */