ios-kernel-patch/data/cc.h
2021-02-18 10:42:34 +07:00

7 lines
139 B
C

#include "common.h"
__BEGIN_DECLS
#ifdef IMG3_SUPPORT
prange_t unpack(prange_t input, const char *key, const char *iv);
#endif
__END_DECLS