summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/agc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/layer1/agc.h')
-rw-r--r--src/target/firmware/include/layer1/agc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/agc.h b/src/target/firmware/include/layer1/agc.h
new file mode 100644
index 00000000..e4b13f13
--- /dev/null
+++ b/src/target/firmware/include/layer1/agc.h
@@ -0,0 +1,6 @@
+#ifndef _L1_AGC_H
+#define _L1_AGC_H
+
+int16_t agc_inp_dbm8_by_pm(int16_t pm);
+
+#endif /* _L1_AGC_H */