aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/twinrx/twinrx_ids.hpp
blob: 599b1d4560c197be63ba7448b9f2b39e3c172128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _TWINRX_IDS_HPP
#define _TWINRX_IDS_HPP

#include <uhd/usrp/dboard_id.hpp>

using namespace uhd;
using namespace usrp;

namespace twinrx {
    const dboard_id_t TWINRX_REV_A_ID(0x91);
    const dboard_id_t TWINRX_REV_B_ID(0x93);
    const dboard_id_t TWINRX_REV_C_ID(0x95);
}

#endif