summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-03 13:50:50 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-03 13:50:50 +0300
commit5c607b7899fd4e555b0d73e3dbe0ea0b4f6e6cfa (patch)
treec5f23ea3a6b4d80fe6f3d5d36c616ac9c72c40a4 /audio/telephony.h
parent6e5850ae5c0d5085daa5f5326705a7741e209c78 (diff)
Add skeleton for basic telephony functions
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 8a990113..67887ca9 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -22,3 +22,12 @@
*
*/
+#include <stdint.h>
+
+int telephony_init(void);
+
+void telephony_exit(void);
+
+int telephony_features_req(void);
+
+void telephony_features_rsp(uint32_t features);