From a5d8d215964b31c3257083846dab71af51eb1af2 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 12 May 2010 11:44:09 +0000 Subject: fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25966 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/tuner.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware') diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h index cac038841a..03b6bd79d1 100644 --- a/firmware/export/tuner.h +++ b/firmware/export/tuner.h @@ -93,6 +93,9 @@ extern const struct fm_region_data fm_region_data[TUNER_NUM_REGIONS]; #ifdef SIMULATOR int tuner_set(int setting, int value); int tuner_get(int setting); +#ifdef HAVE_RDS_CAP +char* tuner_get_rds_info(int setting); +#endif #else #ifdef CONFIG_TUNER_MULTI -- cgit v1.2.3