include: Add get/set data handsfree audio card

This commit is contained in:
Denis Kenzior 2013-03-13 13:13:59 -05:00
parent d081e3d5ea
commit 5f6c3aa6e4
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ struct ofono_handsfree_card *ofono_handsfree_card_create(const char *remote,
int ofono_handsfree_card_register(struct ofono_handsfree_card *card);
void ofono_handsfree_card_remove(struct ofono_handsfree_card *card);
void ofono_handsfree_card_set_data(struct ofono_handsfree_card *card,
void *data);
void *ofono_handsfree_card_get_data(struct ofono_handsfree_card *card);
void ofono_handsfree_audio_ref(void);
void ofono_handsfree_audio_unref(void);