Implementation of NMT (Nordic Mobile Telephoe) network
This commit is contained in:
7
src/nmt/dsp.h
Normal file
7
src/nmt/dsp.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
void dsp_init(void);
|
||||
int dsp_init_sender(nmt_t *nmt);
|
||||
void dsp_cleanup_sender(nmt_t *nmt);
|
||||
void nmt_set_dsp_mode(nmt_t *nmt, enum dsp_mode mode);
|
||||
void super_reset(nmt_t *nmt);
|
||||
|
Reference in New Issue
Block a user