17 lines
199 B
C
17 lines
199 B
C
#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
|