#ifndef _RKLLM_WRAPPER_H_ #define _RKLLM_WRAPPER_H_ #include "rkllm.h" #ifdef __cplusplus extern "C" { #endif void rkllm_getPackedDefault(RKLLMParam *param); #ifdef __cplusplus } #endif #endif