
#ifndef COPY_H
#define COPY_H

#include "config.h"
#include "speech_opt_asm.h"

#ifndef SUN_COPY_32_OPT_ASM
void SUN_COPY_32(int *y, int *x, short size);
#else
#define SUN_COPY_32 SUN_COPY_32_asm
#endif

void SUN_CLEAR_uchar(unsigned char *dst, short size);



#endif /* OS_SUPPORT_H */

