From 2bda864bfb74be61f189d4c0855cf1cd6cd51327 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Sep 2008 17:00:48 +0300 Subject: Preliminary support for indicators --- audio/telephony.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'audio/telephony.h') diff --git a/audio/telephony.h b/audio/telephony.h index 67887ca9..2fca71ab 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -24,6 +24,12 @@ #include +struct indicator { + const char *desc; + const char *range; + int val; +}; + int telephony_init(void); void telephony_exit(void); @@ -31,3 +37,5 @@ void telephony_exit(void); int telephony_features_req(void); void telephony_features_rsp(uint32_t features); + +struct indicator *telephony_indicators_req(void); -- cgit