summaryrefslogtreecommitdiff
path: root/wct4xxp/vpm450m.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-05 06:40:44 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-05 06:40:44 +0000
commit380f72cfaa434030b21dcd14850ad6ec85904240 (patch)
tree3c0ab0ab0005c66d25db5055b0f0de014ee10ed6 /wct4xxp/vpm450m.h
parent48689826a94c19de3897757c18c07c767a501e43 (diff)
Add support for VPMOCT64 module
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1555 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp/vpm450m.h')
-rw-r--r--wct4xxp/vpm450m.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wct4xxp/vpm450m.h b/wct4xxp/vpm450m.h
index 350ef1c..6e7454b 100644
--- a/wct4xxp/vpm450m.h
+++ b/wct4xxp/vpm450m.h
@@ -21,9 +21,9 @@ extern void oct_set_reg(void *data, unsigned int reg, unsigned int val);
/* From vpm450m2 */
#ifdef HOTPLUG_FIRMWARE
-extern struct vpm450m *init_vpm450m(void *wc, int *isalaw, const struct firmware *firmware);
+extern struct vpm450m *init_vpm450m(void *wc, int *isalaw, int numspans, const struct firmware *firmware);
#else
-extern struct vpm450m *init_vpm450m(void *wc, int *isalaw);
+extern struct vpm450m *init_vpm450m(void *wc, int *isalaw, int numspans);
#endif
extern void vpm450m_setec(struct vpm450m *instance, int channel, int eclen);
extern void vpm450m_setdtmf(struct vpm450m *instance, int channel, int dtmfdetect, int dtmfmute);