#ifndef ByteCopy_H_ #define ByteCopy_H_ #include "ucps2.h" MPU_ENTRY void ByteCopyAsm(v16u32 src); void ByteCopy(int ConfigAddr, int InAddr, int OutAddr, int Bytelen); #endif