12 lines
154 B
C
12 lines
154 B
C
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
#ifdef SUPPORT_TGLLP
|
||
|
#include "hw_cmds_tgllp.h"
|
||
|
#endif
|