162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2013 - 2018 Intel Corporation. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef _IAVF_DEVIDS_H_ 562306a36Sopenharmony_ci#define _IAVF_DEVIDS_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/* Device IDs for the VF driver */ 862306a36Sopenharmony_ci#define IAVF_DEV_ID_VF 0x154C 962306a36Sopenharmony_ci#define IAVF_DEV_ID_VF_HV 0x1571 1062306a36Sopenharmony_ci#define IAVF_DEV_ID_ADAPTIVE_VF 0x1889 1162306a36Sopenharmony_ci#define IAVF_DEV_ID_X722_VF 0x37CD 1262306a36Sopenharmony_ci#endif /* _IAVF_DEVIDS_H_ */ 13