Started on the CL version

This commit is contained in:
Lukas Nöllemeyer 2025-02-04 06:27:11 +01:00
parent 17b7c3adb4
commit 0aac3aae10
11 changed files with 1181 additions and 3 deletions

17
include/rkllm-wrapper.h Normal file
View file

@ -0,0 +1,17 @@
#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