sovereignx/include/crt0.h

9 lines
123 B
C
Raw Normal View History

2017-11-13 06:01:27 +00:00
#ifndef GUARD_CRT0_H
#define GUARD_CRT0_H
extern u32 IntrMain[];
extern void ReInitializeEWRAM();
2017-11-13 06:01:27 +00:00
#endif //GUARD_CRT0_H