summaryrefslogtreecommitdiff
path: root/src/tuners
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuners')
-rw-r--r--src/tuners/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tuners/mod.rs b/src/tuners/mod.rs
index 269ff26..626fc9e 100644
--- a/src/tuners/mod.rs
+++ b/src/tuners/mod.rs
@@ -3,6 +3,8 @@ use super::RtlSdrDeviceHandle;
pub mod fc0013;
pub mod r820t;
+pub const KNOWN_TUNERS: [TunerInfo; 2] = [r820t::TUNER_INFO, fc0013::TUNER_INFO];
+
pub struct TunerInfo {
pub id: &'static str,
pub name: &'static str,