xref: /dpdk/drivers/net/ntnic/nthw/supported/nthw_fpga_mod_str_map.h (revision 7b1fef78f71690d6ae4835097dd2045312cba348)
1 /*
2  * SPDX-License-Identifier: BSD-3-Clause
3  * Copyright(c) 2024 Napatech A/S
4  */
5 
6 
7 #include "nthw_fpga_mod_defs.h"
8 #include "fpga_model.h"
9 struct nthw_fpga_mod_str_s {
10 	const nthw_id_t a;
11 	const char *b;
12 };
13 extern const struct nthw_fpga_mod_str_s sa_nthw_fpga_mod_str_map[];
14