net/iavf: replace license text with SPDX tag
[dpdk.git] / drivers / net / iavf / base / iavf_devids.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2013 - 2015 Intel Corporation
3  */
4
5 #ifndef _IAVF_DEVIDS_H_
6 #define _IAVF_DEVIDS_H_
7
8 /* Vendor ID */
9 #define IAVF_INTEL_VENDOR_ID            0x8086
10
11 /* Device IDs */
12 #define IAVF_DEV_ID_ADAPTIVE_VF         0x1889
13
14 #endif /* _IAVF_DEVIDS_H_ */