summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/firmware/lib/db.h')
-rw-r--r--usrp2/firmware/lib/db.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usrp2/firmware/lib/db.h b/usrp2/firmware/lib/db.h
index 7feb1c889..9c0f41da5 100644
--- a/usrp2/firmware/lib/db.h
+++ b/usrp2/firmware/lib/db.h
@@ -99,7 +99,10 @@ db_set_duc_freq(u2_fxpt_freq_t dxc_freq, u2_fxpt_freq_t *actual_dxc_freq);
*/
bool
db_set_gain(struct db_base *db, u2_fxpt_gain_t gain);
-
+
+bool
+db_set_antenna(struct db_base *db, int ant);
+
/*!
* \brief Read the eeprom value from the db, without defaulting to BasicRX/TX
*/