#ifndef RVL_SDK_AXFX_LFO_TABLE_H #define RVL_SDK_AXFX_LFO_TABLE_H #include "common.h" #ifdef __cplusplus extern "C" { #endif s32 *__AXFXGetLfoSinTable(void); #ifdef __cplusplus } #endif #endif