Initial import of OsmocomBB into git repository
[osmocom-bb.git] / src / target / firmware / include / layer1 / agc.h
1 #ifndef _L1_AGC_H
2 #define _L1_AGC_H
3
4 int16_t agc_inp_dbm8_by_pm(int16_t pm);
5
6 #endif /* _L1_AGC_H */