9 lines
288 B
C
9 lines
288 B
C
|
|
/*
|
||
|
|
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#if ((defined CONFIG_TARGET_GK7205V200) || \
|
||
|
|
(defined CONFIG_TARGET_GK7205V300) || (defined CONFIG_TARGET_GK7202V300) || \
|
||
|
|
(defined CONFIG_TARGET_GK7605V100))
|
||
|
|
#include "hw_decompress_v1.c"
|
||
|
|
#endif
|