2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#ifdef SUPPORT_SKL
|
|
|
|
#include "hw_cmds_skl.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_KBL
|
|
|
|
#include "hw_cmds_kbl.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_BXT
|
|
|
|
#include "hw_cmds_bxt.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_GLK
|
|
|
|
#include "hw_cmds_glk.h"
|
|
|
|
#endif
|
2017-12-27 22:12:27 +08:00
|
|
|
#ifdef SUPPORT_CFL
|
|
|
|
#include "hw_cmds_cfl.h"
|
|
|
|
#endif
|