diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-11 21:10:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-11 21:10:32 -0600 |
commit | 98860220e9317a86b9171677086c9dc7cbeaf0f0 (patch) | |
tree | 625ec0a6469b40573d165ceee0855e969af45929 /include/crt0.h | |
parent | 14a76793e596d612efd273169c4172922c270f13 (diff) | |
parent | ea347199a21f7a6c01a395e507db872ac1781e79 (diff) |
Merge pull request #110 from PikalaxALT/link
Link and some RFU
Diffstat (limited to 'include/crt0.h')
-rw-r--r-- | include/crt0.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/crt0.h b/include/crt0.h new file mode 100644 index 000000000..3121eeaed --- /dev/null +++ b/include/crt0.h @@ -0,0 +1,11 @@ +#ifndef GUARD_CRT0_H +#define GUARD_CRT0_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +extern u32 IntrMain[]; + +#endif //GUARD_CRT0_H |