1 /*
2  * Copyright (C) 2019-2021 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #pragma once
9 #ifdef SUPPORT_ICLLP
10 #include "hw_cmds_icllp.h"
11 #endif
12 #ifdef SUPPORT_LKF
13 #include "hw_cmds_lkf.h"
14 #endif
15 #ifdef SUPPORT_EHL
16 #include "hw_cmds_ehl.h"
17 #endif
18