SmartAudio/package/allwinner/liballwinner_tina/liballwinner/LIBRARY/PLUGIN/include/AwPluginManager.h

16 lines
159 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef AW_PLUGIN_MANAGER_H
#define AW_PLUGIN_MANAGER_H
#ifdef __cplusplus
extern "C"
{
#endif
void AwPluginInit(void);
#ifdef __cplusplus
}
#endif
#endif