mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00: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_ */
|