diff options
author | Denis Kenzior <denkenz@gmail.com> | 2013-03-13 13:13:59 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2013-03-18 13:42:46 -0500 |
commit | 5f6c3aa6e429b1c57ccb60e54aeceeb6e42a4991 (patch) | |
tree | 87c9164ce968c57c75220ecdf71967d918ba52dd /include | |
parent | d081e3d5ea6e51070b0ae8e54ae866eb5d81b590 (diff) |
include: Add get/set data handsfree audio card
Diffstat (limited to 'include')
-rw-r--r-- | include/handsfree-audio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h index 745af35f..e4eae84a 100644 --- a/include/handsfree-audio.h +++ b/include/handsfree-audio.h @@ -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); |