gk7205v200-uboot/product/cipher/v2/drv/compat/drv_compat.h
2025-08-07 17:13:54 +08:00

13 lines
211 B
C
Executable File

/*
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
*/
#ifndef GK_DRV_CPMPAT_H
#define GK_DRV_CPMPAT_H
s32 gk_drv_compat_init(void);
s32 gk_drv_compat_deinit(void);
#endif