2019-09-18 19:32:33 +02:00
|
|
|
/*
|
2022-06-02 15:12:55 +00:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-09-18 19:32:33 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
#ifdef SUPPORT_TGLLP
|
|
|
|
|
#include "hw_info_tgllp.h"
|
|
|
|
|
#endif
|
2020-06-16 14:18:59 +02:00
|
|
|
#ifdef SUPPORT_DG1
|
|
|
|
|
#include "hw_info_dg1.h"
|
|
|
|
|
#endif
|
2020-08-20 20:50:19 +02:00
|
|
|
#ifdef SUPPORT_RKL
|
|
|
|
|
#include "hw_info_rkl.h"
|
|
|
|
|
#endif
|
2020-10-08 15:40:40 +02:00
|
|
|
#ifdef SUPPORT_ADLS
|
|
|
|
|
#include "hw_info_adls.h"
|
|
|
|
|
#endif
|
2021-07-28 14:45:43 +00:00
|
|
|
#ifdef SUPPORT_ADLP
|
|
|
|
|
#include "hw_info_adlp.h"
|
2022-06-02 15:12:55 +00:00
|
|
|
#endif
|
|
|
|
|
#ifdef SUPPORT_ADLN
|
|
|
|
|
#include "hw_info_adln.h"
|
2021-07-28 14:45:43 +00:00
|
|
|
#endif
|