summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/agc.h
blob: 2b7e46e927608909d4c37931172921d6bf9a9ed8 (plain) (blame)
1
2
3
4
5
6
7
#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 */