summaryrefslogtreecommitdiff
path: root/kernel/voicebus.h
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2009-06-18 16:29:08 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2009-06-18 16:29:08 +0000
commit6a7f88f4d2fbb2fc7422fd1e6d42720720506016 (patch)
treeb1394a32f237fae956e90482f18ab5b77720f414 /kernel/voicebus.h
parent6ab1953ff8d0d3d43208b28545db674d08b1861a (diff)
wctdm24xxp, voicebus: Enable the watchdog for the wctdm24xxp driver.
Allows the wctdm24xxp driver to use the default dahdi watchdog facility to kickstart the board in case it stops generating interrupts. DAHDI-254. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4655 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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__ */