brintos

brintos / linux-shallow public Read only

0
0
Text · 231 B · 5154a52 Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/* Copyright (C) 2023 Intel Corporation */3 4#ifndef _IDPF_DEVIDS_H_5#define _IDPF_DEVIDS_H_6 7#define IDPF_DEV_ID_PF			0x14528#define IDPF_DEV_ID_VF			0x145C9 10#endif /* _IDPF_DEVIDS_H_ */11