Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / include / archinit.h
1 /*
2  * Acess2 Kernel x86_64
3  * - By John Hodge (thePowersGang)
4  *
5  * include/init.h
6  * - Arch-internal init functions
7  */
8 #ifndef _ARCH__INIT_H_
9 #define _ARCH__INIT_H_
10
11 #include <pmemmap.h>
12
13 extern void     MM_InitPhys(int NPMemRanges, tPMemMapEnt *PMemRanges);
14
15 #endif
16

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