This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
sovereignx/include/crt0.h

7 lines
89 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[];
#endif //GUARD_CRT0_H