aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/tools/eeprom-pids.h
blob: c980c12ed801558da3633a78c482cb1e0435f802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright 2022 Ettus Research, a National Instruments Brand
//
// SPDX-License-Identifier: GPL-3.0-or-later
//

#ifndef EEPROM_PIDS_H
#define EEPROM_PIDS_H

#define N310_PID 0x4242
#define N300_PID 0x4240
#define E320_PID 0xe320

#endif  /* EEPROM_PIDS_H */