mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 23:47:04 +07:00
11 lines
242 B
C
11 lines
242 B
C
|
/*
|
||
|
* dsp_hwec.h
|
||
|
*/
|
||
|
|
||
|
extern struct mISDN_dsp_element *dsp_hwec;
|
||
|
extern void dsp_hwec_enable(struct dsp *dsp, const char *arg);
|
||
|
extern void dsp_hwec_disable(struct dsp *dsp);
|
||
|
extern int dsp_hwec_init(void);
|
||
|
extern void dsp_hwec_exit(void);
|
||
|
|