summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2009-11-03 15:44:36 -0200
committerDenis Kenzior <denkenz@gmail.com>2009-11-03 11:49:35 -0600
commit1acd7f8b7554aa25bde673cdbd0360e899be0bec (patch)
treecd2ac434492716f498847036472b7bd26aa6e658 /drivers/hfpmodem/hfpmodem.h
parentff2a8e6f7c70d25d9fe13c37e5761e94830a8e8e (diff)
downloadofono-1acd7f8b7554aa25bde673cdbd0360e899be0bec.tar.bz2
Create network registration driver for hfpmodem
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands.
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.h')
-rw-r--r--drivers/hfpmodem/hfpmodem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hfpmodem/hfpmodem.h b/drivers/hfpmodem/hfpmodem.h
index c4e2a343..02f5a4b9 100644
--- a/drivers/hfpmodem/hfpmodem.h
+++ b/drivers/hfpmodem/hfpmodem.h
@@ -61,6 +61,9 @@ struct hfp_data {
unsigned int cind_val[HFP_INDICATOR_LAST];
};
+extern void hfp_netreg_init();
+extern void hfp_netreg_exit();
+
extern void hfp_voicecall_init();
extern void hfp_voicecall_exit();