gk7205v200-uboot/lib/hw_dec/hw_decompress.c
2025-08-07 17:13:54 +08:00

9 lines
288 B
C
Executable File

/*
* 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