From 1d8adcd3f6d22021c8134909df9cfdc8eb358f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 11 Oct 2003 18:59:08 +0000 Subject: [PATCH] Added two more arch related calls for the OpenFirmware platform. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4989 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../private/kernel/boot/platform/openfirmware/platform_arch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/kernel/boot/platform/openfirmware/platform_arch.h b/headers/private/kernel/boot/platform/openfirmware/platform_arch.h index f3e1b80c17..eccb46d37a 100644 --- a/headers/private/kernel/boot/platform/openfirmware/platform_arch.h +++ b/headers/private/kernel/boot/platform/openfirmware/platform_arch.h @@ -13,6 +13,8 @@ extern "C" { #endif +extern void *arch_mmu_alloc_at(void *address, size_t size, uint8 protection); +extern void *arch_mmu_alloc(size_t size, uint8 protection); extern status_t arch_mmu_init(void); #ifdef __cplusplus