mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Related-To: NEO-4744 Change-Id: I7e574d7cf003ed01467c72e797187c0717bb76f2 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
15 lines
210 B
C
15 lines
210 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
|