summaryrefslogtreecommitdiffstats
path: root/binding/radio_impl.h
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-07-11 17:40:07 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-07-17 10:50:07 +0200
commit7db8c3df0b4abdb0bb643ca3220b3bfbc9a4db83 (patch)
treed04fcff3d5519779218b4c4ab49a1870f829cfeb /binding/radio_impl.h
parentb3303810b1edbe0a9bc7c066fb6c4ea96cb65c12 (diff)
added api verb for RDS information
Added a verb to retrieve the RDS information. Notice that it is only supported on the kingfisher implementation. Change-Id: I0e2a830ff77154eb8cbb780bb599fb49f71a5b1c Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'binding/radio_impl.h')
-rw-r--r--binding/radio_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binding/radio_impl.h b/binding/radio_impl.h
index f745f12..49efe24 100644
--- a/binding/radio_impl.h
+++ b/binding/radio_impl.h
@@ -76,6 +76,8 @@ typedef struct {
void (*set_stereo_mode)(radio_stereo_mode_t mode);
+ char * (*get_rds_info)(void);
+
} radio_impl_ops_t;
#endif /* _RADIO_IMPL_H */