summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 13:24:06 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 13:24:06 +0300
commit3bb7bf627c5d0f8adb44fe8f0d9c88cc3fc8a070 (patch)
tree1b41ec2cd79aee9e7779aa4b904f66f68cd68783 /audio/telephony.h
parentdee81731c725315f9141a43117e71e7e6300decb (diff)
Implement basic event reporting support
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 8b8ebf12..5538898a 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -45,5 +45,9 @@ void telephony_features_rsp(uint32_t features);
struct indicator *telephony_indicators_req(void);
+int telephony_set_event_reporting(int ind);
+
+int telephony_report_event(int index, int value);
+
int telephony_init(void);
void telephony_exit(void);