thesis/linux-6.8.1/drivers/net/ethernet/intel/idpf/idpf_devids.h
2025-03-19 13:44:23 +01:00

10 lines
231 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (C) 2023 Intel Corporation */
#ifndef _IDPF_DEVIDS_H_
#define _IDPF_DEVIDS_H_
#define IDPF_DEV_ID_PF 0x1452
#define IDPF_DEV_ID_VF 0x145C
#endif /* _IDPF_DEVIDS_H_ */