mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Resolves: NEO-5017 Change-Id: I29364aa331f802bd298bd08df440aa1e33dd3c4e Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
15 lines
279 B
C
15 lines
279 B
C
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define DEVICE_ID_4C80 0x4C80
|
|
#define DEVICE_ID_4C8A 0x4C8A
|
|
#define DEVICE_ID_4C8B 0x4C8B
|
|
#define DEVICE_ID_4C8C 0x4C8C
|
|
#define DEVICE_ID_4C90 0x4C90
|
|
#define DEVICE_ID_4C9A 0x4C9A |