#ifndef COMMON_H_ #define COMMON_H_ typedef void (*FUNCP)(); void finish(); void CheckSysBreak(); void InitSysBreak(uptr adrs); #endif