Kernel - Commenting changes only
[tpg/acess2.git] / KernelLand / Kernel / include / init.h
1 /*
2  * AcessOS Microkernel Version
3  * init.h
4  */
5 #ifndef _INIT_H
6 #define _INIT_H
7
8 extern void     Arch_LoadBootModules(void);
9 extern void     StartupPrint(const char *String);
10 extern void     System_Init(char *Commandline);
11 extern void     Threads_Init(void);
12
13 #endif

UCC git Repository :: git.ucc.asn.au