diff options
Diffstat (limited to 'usrp2/firmware/lib/db.h')
-rw-r--r-- | usrp2/firmware/lib/db.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usrp2/firmware/lib/db.h b/usrp2/firmware/lib/db.h index cec960267..9c0f41da5 100644 --- a/usrp2/firmware/lib/db.h +++ b/usrp2/firmware/lib/db.h @@ -99,6 +99,14 @@ 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 + */ +int +read_dboard_eeprom(int i2c_addr); #endif /* INCLUDED_DB_H */ |