summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/rffe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/rffe.h')
-rw-r--r--src/target/firmware/include/rffe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/firmware/include/rffe.h b/src/target/firmware/include/rffe.h
index 63a3a4b5..02fc1fda 100644
--- a/src/target/firmware/include/rffe.h
+++ b/src/target/firmware/include/rffe.h
@@ -25,6 +25,9 @@ enum rffe_port
uint32_t rffe_get_rx_ports(void);
uint32_t rffe_get_tx_ports(void);
+/* IQ swap requirements */
+int rffe_iq_swapped(uint16_t band_arfcn, int tx);
+
/* get current gain of RF frontend (anything between antenna and baseband in dBm */
uint8_t rffe_get_gain(void);