pokeemmo/include/crt0.h
Martin Griffin d1ab525552
Revert "Allocate initialized sections for EWRAM and IWRAM (#3877)" (#3891)
This reverts commit f24deb930131819e5ff3be401742b41162e4829a.
2024-01-02 13:54:42 +00:00

7 lines
89 B
C

#ifndef GUARD_CRT0_H
#define GUARD_CRT0_H
extern u32 IntrMain[];
#endif //GUARD_CRT0_H