1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 /* Copyright (C) 2019 Netronome Systems, Inc. */
3 
4 #include "nfp_dev.h"
5 
6 const struct nfp_dev_info nfp_dev_info[NFP_DEV_CNT] = {
7 	[NFP_DEV_NFP6000] = {
8 		.chip_names		= "NFP4000/NFP5000/NFP6000",
9 	},
10 };
11