From cea45dda8f7d7918930a6b1150913390d4480037 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 9 Oct 2017 17:44:02 -0700 Subject: mpm: Add mboard EEPROM support MPMD binds a property for the mboard EEPROM to the appropriate RPC calls. PeriphManager now provides default implementations for an mboard EEPROM. --- host/include/uhd/types/eeprom.hpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 host/include/uhd/types/eeprom.hpp (limited to 'host/include') diff --git a/host/include/uhd/types/eeprom.hpp b/host/include/uhd/types/eeprom.hpp new file mode 100644 index 000000000..814d429c8 --- /dev/null +++ b/host/include/uhd/types/eeprom.hpp @@ -0,0 +1,20 @@ +// +// Copyright 2017 Ettus Research (National Instruments Corp.) +// +// SPDX-License-Identifier: GPL-3.0 +// + +#ifndef INCLUDED_UHD_EEPROM_HPP +#define INCLUDED_UHD_EEPROM_HPP + +#include +#include + +namespace uhd { + + typedef std::map eeprom_map_t; + + +} /* namespace uhd */ + +#endif /* INCLUDED_UHD_EEPROM_HPP */ -- cgit v1.2.3