summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib/db_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/firmware/lib/db_base.h')
-rw-r--r--usrp2/firmware/lib/db_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/firmware/lib/db_base.h b/usrp2/firmware/lib/db_base.h
index 2ccfbf509..1945efe0b 100644
--- a/usrp2/firmware/lib/db_base.h
+++ b/usrp2/firmware/lib/db_base.h
@@ -63,6 +63,7 @@ struct db_base {
bool (*set_freq)(struct db_base *, u2_fxpt_freq_t freq, u2_fxpt_freq_t *dc);
bool (*set_gain)(struct db_base *, u2_fxpt_gain_t gain);
bool (*set_tx_enable)(struct db_base *, bool on);
+ bool (*set_antenna)(struct db_base *, int ant);
};