2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#ifdef SUPPORT_ICLLP
|
|
|
|
#include "hw_cmds_icllp.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_LKF
|
|
|
|
#include "hw_cmds_lkf.h"
|
|
|
|
#endif
|
2019-06-27 16:28:03 +08:00
|
|
|
#ifdef SUPPORT_EHL
|
|
|
|
#include "hw_cmds_ehl.h"
|
|
|
|
#endif
|