summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem/calypsomodem.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-08-05 19:30:54 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-08-06 11:59:42 -0500
commita15296cf12ab225d4a4162a8e8730790990b883f (patch)
tree9a2c652c8e0697f712eaaf32bf35ebb45cbde00d /drivers/calypsomodem/calypsomodem.h
parent1ba7fbd3c486b8c44701d740bf449937b164cac7 (diff)
downloadofono-a15296cf12ab225d4a4162a8e8730790990b883f.tar.bz2
calypso: Add a Calypso STK driver
Diffstat (limited to 'drivers/calypsomodem/calypsomodem.h')
-rw-r--r--drivers/calypsomodem/calypsomodem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/calypsomodem/calypsomodem.h b/drivers/calypsomodem/calypsomodem.h
index 80af1340..2afc6c3d 100644
--- a/drivers/calypsomodem/calypsomodem.h
+++ b/drivers/calypsomodem/calypsomodem.h
@@ -20,6 +20,11 @@
*/
#include <drivers/atmodem/atutil.h>
+#include <modem.h>
+#include <stk.h>
extern void calypso_voicecall_init();
extern void calypso_voicecall_exit();
+
+extern void calypso_stk_init();
+extern void calypso_stk_exit();