Iros
 
Loading...
Searching...
No Matches
init.h
Go to the documentation of this file.
1#pragma once
2
3namespace iris {
4extern "C" void iris_main();
5
6namespace arch {
7 void init_final();
8 void init_task();
9}
10}
Definition cxx_init.cpp:12
void init_final()
Definition init.cpp:84
void init_task()
Definition init.cpp:101
Definition cxx_init.cpp:12
void iris_main()
Definition init.cpp:60