9 lines
192 B
C
Raw Normal View History

2025-03-02 13:41:38 +08:00
#ifndef SYNCVER_H_
#define SYNCVER_H_
#include "ucps2.h"
MPU_ENTRY void SyncVerAsm(v16u32 src);
void SyncVer(int ConfigAddr, int InAddr1, int InAddr2, int MaxAddr);
2025-03-02 13:41:38 +08:00
#endif /* SYNCVER_H__ */