summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_radio.h')
-rw-r--r--stream/stream_radio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/stream_radio.h b/stream/stream_radio.h
index 37cb665341..3baca729a0 100644
--- a/stream/stream_radio.h
+++ b/stream/stream_radio.h
@@ -7,6 +7,10 @@
extern char *radio_param_device;
extern char *radio_param_driver;
+#ifdef RADIO_BSDBT848_HDR
+extern float radio_param_freq_min;
+extern float radio_param_freq_max;
+#endif
extern char **radio_param_channels;
extern int radio_param_volume;
extern char* radio_param_adevice;