Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 1 | /* |
2 | * dsp_hwec.h | ||||
3 | */ | ||||
4 | |||||
5 | extern struct mISDN_dsp_element *dsp_hwec; | ||||
6 | extern void dsp_hwec_enable(struct dsp *dsp, const char *arg); | ||||
7 | extern void dsp_hwec_disable(struct dsp *dsp); | ||||
8 | extern int dsp_hwec_init(void); | ||||
9 | extern void dsp_hwec_exit(void); |