ios-kernel-patch/data/cc.h

7 lines
139 B
C
Raw Permalink Normal View History

2021-02-18 10:42:34 +07:00
#include "common.h"
__BEGIN_DECLS
#ifdef IMG3_SUPPORT
prange_t unpack(prange_t input, const char *key, const char *iv);
#endif
__END_DECLS