From d2556f45c943e54d1b74afe94bff98cd81661bb2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 3 Mar 2011 16:39:16 -0800 Subject: uhd: removed mb_eeprom from mboard iface (already exposed in property) also fixed some warnings with unused parameters --- host/lib/usrp/usrp_e100/usrp_e100_iface.cpp | 4 ++-- host/lib/usrp/usrp_e100/usrp_e100_iface.hpp | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/usrp_e100') diff --git a/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp b/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp index 6d3f41fab..45e57f301 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp @@ -258,11 +258,11 @@ public: return data.data; } - void write_uart(boost::uint8_t dev, const std::string &buf) { + void write_uart(boost::uint8_t, const std::string &) { throw uhd::not_implemented_error("Unhandled command write_uart()"); } - std::string read_uart(boost::uint8_t dev) { + std::string read_uart(boost::uint8_t) { throw uhd::not_implemented_error("Unhandled command read_uart()"); } 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 */ -- cgit v1.2.3