summaryrefslogtreecommitdiffstats
path: root/Src/osmocom-bb/src/target/firmware/include/layer1/agc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocom-bb/src/target/firmware/include/layer1/agc.h')
-rw-r--r--Src/osmocom-bb/src/target/firmware/include/layer1/agc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Src/osmocom-bb/src/target/firmware/include/layer1/agc.h b/Src/osmocom-bb/src/target/firmware/include/layer1/agc.h
deleted file mode 100644
index 2b7e46e..0000000
--- a/Src/osmocom-bb/src/target/firmware/include/layer1/agc.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _L1_AGC_H
-#define _L1_AGC_H
-
-#define to_dbm8(x) ((x)*8)
-int16_t agc_inp_dbm8_by_pm(int16_t pm);
-
-#endif /* _L1_AGC_H */