diff options
Diffstat (limited to 'drivers/ifxmodem/ifxmodem.h')
-rw-r--r-- | drivers/ifxmodem/ifxmodem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ifxmodem/ifxmodem.h b/drivers/ifxmodem/ifxmodem.h index c9353a9a..2450a443 100644 --- a/drivers/ifxmodem/ifxmodem.h +++ b/drivers/ifxmodem/ifxmodem.h @@ -21,11 +21,11 @@ #include <drivers/atmodem/atutil.h> +extern void ifx_voicecall_init(); +extern void ifx_voicecall_exit(); + extern void ifx_radio_settings_init(); extern void ifx_radio_settings_exit(); extern void ifx_stk_init(); extern void ifx_stk_exit(); - -extern void ifx_voicecall_init(); -extern void ifx_voicecall_exit(); |