include: Add cdma-voicecall answer driver API

This commit is contained in:
Caiwen Zhang 2011-08-12 17:19:09 +08:00 committed by Denis Kenzior
parent de9706cc06
commit 06d45196a8
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ struct ofono_cdma_voicecall_driver {
/* Hangs up active, dialing, alerting or incoming calls */
void (*hangup)(struct ofono_cdma_voicecall *vc,
ofono_cdma_voicecall_cb_t cb, void *data);
void (*answer)(struct ofono_cdma_voicecall *vc,
ofono_cdma_voicecall_cb_t cb, void *data);
};
void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc,