summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/atmodem.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2011-01-19 09:07:58 +0100
committerDenis Kenzior <denkenz@gmail.com>2011-01-20 11:20:57 -0600
commit03b294d1949744e629db9450c911bdc5193f9c89 (patch)
treeae6217edda08b83510969a1478096bf6252f83eb /drivers/atmodem/atmodem.h
parent84d0a57f8a70863d13b0047f5ece131e4d68d281 (diff)
downloadofono-03b294d1949744e629db9450c911bdc5193f9c89.tar.bz2
sim-auth: Add atmodem driver
Diffstat (limited to 'drivers/atmodem/atmodem.h')
-rw-r--r--drivers/atmodem/atmodem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/atmodem/atmodem.h b/drivers/atmodem/atmodem.h
index c7f0eedc..1b7cf670 100644
--- a/drivers/atmodem/atmodem.h
+++ b/drivers/atmodem/atmodem.h
@@ -71,3 +71,6 @@ extern void at_gprs_exit(void);
extern void at_gprs_context_init(void);
extern void at_gprs_context_exit(void);
+
+extern void at_sim_auth_init(void);
+extern void at_sim_auth_exit(void);