summaryrefslogtreecommitdiff
path: root/wct4xxp/vpm450m.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-05 06:44:13 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-05 06:44:13 +0000
commit085c150989f1202fe3321e39803fae633de66ca5 (patch)
treec2c574f91e63928d4f098bfb3c4b78ea66bb532a /wct4xxp/vpm450m.h
parentdc8b376b4caffcbe301f11c2ce67159781d2a279 (diff)
Add support for VPMOCT64 module
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1556 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);