brintos

brintos / linux-shallow public Read only

0
0
Text · 345 B · 8eb7b69 Raw
13 lines · c
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			0x154C9#define IAVF_DEV_ID_VF_HV		0x157110#define IAVF_DEV_ID_ADAPTIVE_VF		0x188911#define IAVF_DEV_ID_X722_VF		0x37CD12#endif /* _IAVF_DEVIDS_H_ */13