projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf909f
)
include: Add send_tones to cdma voicecall driver API
author
Caiwen Zhang
<caiwen.zhang@windriver.com>
Fri, 12 Aug 2011 09:20:00 +0000
(17:20 +0800)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 15 Aug 2011 05:55:09 +0000
(
00:55
-0500)
include/cdma-voicecall.h
patch
|
blob
|
history
diff --git
a/include/cdma-voicecall.h
b/include/cdma-voicecall.h
index
b170e39
..
f12e0b6
100644
(file)
--- a/
include/cdma-voicecall.h
+++ b/
include/cdma-voicecall.h
@@
-61,6
+61,9
@@
struct ofono_cdma_voicecall_driver {
void (*send_flash)(struct ofono_cdma_voicecall *vc, const char *string,
ofono_cdma_voicecall_cb_t cb, void *data);
+
+ void (*send_tones)(struct ofono_cdma_voicecall *vc, const char *tones,
+ ofono_cdma_voicecall_cb_t cb, void *data);
};
void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc,