//
// 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 */