blob: 3121eeaedbd83e67db73f49dcded652f0b60e618 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|