USRP Hardware Driver and USRP Manual  Version: 3.13.0.HEAD-0-gf114cfa0
UHD and USRP Manual
eeprom.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2017 Ettus Research (National Instruments Corp.)
3 //
4 // SPDX-License-Identifier: GPL-3.0-or-later
5 //
6 
7 #ifndef INCLUDED_UHD_EEPROM_HPP
8 #define INCLUDED_UHD_EEPROM_HPP
9 
10 #include <map>
11 #include <string>
12 #include <vector>
13 
14 namespace uhd {
15 
16  typedef std::map<std::string, std::vector<uint8_t>> eeprom_map_t;
17 
18 } /* namespace uhd */
19 
20 #endif /* INCLUDED_UHD_EEPROM_HPP */
std::map< std::string, std::vector< uint8_t > > eeprom_map_t
Definition: eeprom.hpp:16
Definition: build_info.hpp:14