mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
15 lines
235 B
C
15 lines
235 B
C
#ifndef COMMON_H_
|
|
#define COMMON_H_
|
|
|
|
#include "my_defs.h"
|
|
|
|
typedef void (*FUNCP)();
|
|
|
|
void finish();
|
|
void CheckSysBreak();
|
|
void InitSysBreak(uptr adrs);
|
|
void GetErrorStr(ErcDev dev,nn::Result res,int cd,char* s);
|
|
|
|
|
|
#endif
|