Added prototype for the (currently unused) mmu_init_for_kernel() function.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-04-19 01:56:36 +00:00
parent 95aa3fbf11
commit b2f8da6214
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ extern "C" {
#endif
extern void mmu_init(void);
extern void mmu_init_for_kernel(void);
extern void *mmu_allocate(void *virtualAddress, size_t size);
extern void mmu_free(void *virtualAddress, size_t size);