mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Resolves: NEO-5017 Change-Id: I29364aa331f802bd298bd08df440aa1e33dd3c4e Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
18 lines
261 B
C
18 lines
261 B
C
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#ifdef SUPPORT_TGLLP
|
|
#include "hw_info_tgllp.h"
|
|
#endif
|
|
#ifdef SUPPORT_DG1
|
|
#include "hw_info_dg1.h"
|
|
#endif
|
|
#ifdef SUPPORT_RKL
|
|
#include "hw_info_rkl.h"
|
|
#endif
|