diff options
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.h')
-rw-r--r-- | drivers/hfpmodem/hfpmodem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hfpmodem/hfpmodem.h b/drivers/hfpmodem/hfpmodem.h index 02f5a4b9..c0e4c7ec 100644 --- a/drivers/hfpmodem/hfpmodem.h +++ b/drivers/hfpmodem/hfpmodem.h @@ -64,6 +64,9 @@ struct hfp_data { extern void hfp_netreg_init(); extern void hfp_netreg_exit(); +extern void hfp_call_volume_init(); +extern void hfp_call_volume_exit(); + extern void hfp_voicecall_init(); extern void hfp_voicecall_exit(); |