summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-04-09 22:22:36 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-04-09 22:22:36 +0000
commit32903052e8fb02863c9f45ea64f13852cdd91030 (patch)
tree2c5392dd821dca47a6329089481b282f711c34eb /wcfxo.c
parentde772255ed93b1daba3e7268b5847d4f0c2e7973 (diff)
Update FXS to also restart on a master abort
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@164 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 461fb93..945f22a 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -362,6 +362,9 @@ static void wcfxo_tasklet(unsigned long data)
}
#endif
+static void wcfxo_stop_dma(struct wcfxo *wc);
+static void wcfxo_start_dma(struct wcfxo *wc);
+
static void wcfxo_interrupt(int irq, void *dev_id, struct pt_regs *regs)
{
struct wcfxo *wc = dev_id;