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_ */
|