Kernel - Slight reworks to timer code
[tpg/acess2.git] / 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
11 #endif

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