summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/rf/trf6151.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/rf/trf6151.h')
-rw-r--r--src/target/firmware/include/rf/trf6151.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/firmware/include/rf/trf6151.h b/src/target/firmware/include/rf/trf6151.h
index c1eaf3b2..6a23d8ac 100644
--- a/src/target/firmware/include/rf/trf6151.h
+++ b/src/target/firmware/include/rf/trf6151.h
@@ -48,4 +48,7 @@ void trf6151_tx_window(int16_t start_qbits, uint16_t arfcn);
* dBm, configure the RF Frontend with the respective gain */
void trf6151_compute_gain(int16_t exp_inp, int16_t target_bb);
+/* Need for IQ swap */
+int trf6151_iq_swapped(uint16_t band_arfcn, int tx);
+
#endif /* TRF6151_H */