summaryrefslogtreecommitdiff
path: root/firmware/export/mas.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mas.h')
-rw-r--r--firmware/export/mas.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/mas.h b/firmware/export/mas.h
index ab6135cbfa..493ed6a63c 100644
--- a/firmware/export/mas.h
+++ b/firmware/export/mas.h
@@ -163,3 +163,9 @@ int mas_codec_readreg(int reg);
163unsigned long mas_readver(void); 163unsigned long mas_readver(void);
164 164
165#endif 165#endif
166
167#if CONFIG_TUNER & S1A0903X01
168void mas_store_pllfreq(int freq);
169int mas_get_pllfreq(void);
170#endif
171