mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
11 lines
219 B
C
11 lines
219 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/* Copyright (c) 2018 Intel Corporation */
|
||
|
|
||
|
#ifndef _IGC_HW_H_
|
||
|
#define _IGC_HW_H_
|
||
|
|
||
|
#define IGC_DEV_ID_I225_LM 0x15F2
|
||
|
#define IGC_DEV_ID_I225_V 0x15F3
|
||
|
|
||
|
#endif /* _IGC_HW_H_ */
|