aboutsummaryrefslogtreecommitdiff
path: root/audio/telephony.h
diff options
context:
space:
mode:
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);