aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-03 16:39:16 -0800
committerJosh Blum <josh@joshknows.com>2011-03-03 16:39:16 -0800
commitd2556f45c943e54d1b74afe94bff98cd81661bb2 (patch)
treee33cb98de66846a388792ed7b64cda586cde2ab8 /host/lib/usrp/usrp_e100/usrp_e100_iface.hpp
parent98028b366f840efc3b289cc7051bed73aad0963c (diff)
downloaduhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.tar.gz
uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.tar.bz2
uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.zip
uhd: removed mb_eeprom from mboard iface (already exposed in property)
also fixed some warnings with unused parameters
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_iface.hpp')
-rw-r--r--host/lib/usrp/usrp_e100/usrp_e100_iface.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp b/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp
index 5e346519c..cb0ca2dd4 100644
--- a/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp
+++ b/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp
@@ -67,6 +67,9 @@ public:
//! Get the I2C interface for the I2C device node
virtual uhd::i2c_iface &get_i2c_dev_iface(void) = 0;
+
+ //motherboard eeprom map structure
+ uhd::usrp::mboard_eeprom_t mb_eeprom;
};
#endif /* INCLUDED_USRP_E100_IFACE_HPP */