
#ifndef KISS_FFT_H
#define KISS_FFT_H

#include "config.h"

#ifndef VC_PROJ
#include <xtensa/tie/xt_hifi2.h>
#endif
//void sun_fft_fwd(const int *fin,int *fout);
void sun_fft(const int *fin,int *fout,short dir);

#endif
