8 lines
176 B
C
Raw Normal View History

2025-03-02 13:41:38 +08:00
#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