This commit is contained in:
lepelog
2023-08-09 16:59:04 +02:00
commit 42880ec9ae
195 changed files with 61297 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef RVL_SDK_OS_AUDIOSYSTEM_H
#define RVL_SDK_OS_AUDIOSYSTEM_H
#include <lib/rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitAudioSystem(void);
void __OSStopAudioSystem(void);
#ifdef __cplusplus
}
#endif
#endif