mirror of https://github.com/F-Stack/f-stack.git
19 lines
307 B
C
19 lines
307 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2001-2022 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _IDPF_DEVIDS_H_
|
|
#define _IDPF_DEVIDS_H_
|
|
|
|
/* Vendor ID */
|
|
#define IDPF_INTEL_VENDOR_ID 0x8086
|
|
|
|
/* Device IDs */
|
|
#define IDPF_DEV_ID_PF 0x1452
|
|
#define IDPF_DEV_ID_VF 0x1889
|
|
|
|
|
|
|
|
|
|
#endif /* _IDPF_DEVIDS_H_ */
|