1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2013 - 2018 Intel Corporation. */ 3 4 #ifndef _IAVF_DEVIDS_H_ 5 #define _IAVF_DEVIDS_H_ 6 7 /* Device IDs for the VF driver */ 8 #define IAVF_DEV_ID_VF 0x154C 9 #define IAVF_DEV_ID_VF_HV 0x1571 10 #define IAVF_DEV_ID_ADAPTIVE_VF 0x1889 11 #define IAVF_DEV_ID_X722_VF 0x37CD 12 #endif /* _IAVF_DEVIDS_H_ */ 13