2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#ifdef SUPPORT_ICLLP
|
|
|
|
#include "hw_info_icllp.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_LKF
|
|
|
|
#include "hw_info_lkf.h"
|
|
|
|
#endif
|
2019-06-27 16:28:03 +08:00
|
|
|
#ifdef SUPPORT_EHL
|
|
|
|
#include "hw_info_ehl.h"
|
|
|
|
#endif
|