From e5fabd56bf24a34f33d692069ebdf1073f3c8e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 28 Oct 2003 21:06:42 +0000 Subject: [PATCH] Added prototype for setting OpenFirmware's callback for MMU actions. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5196 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../private/kernel/boot/platform/openfirmware/platform_arch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/boot/platform/openfirmware/platform_arch.h b/headers/private/kernel/boot/platform/openfirmware/platform_arch.h index 886137e330..66465bc5be 100644 --- a/headers/private/kernel/boot/platform/openfirmware/platform_arch.h +++ b/headers/private/kernel/boot/platform/openfirmware/platform_arch.h @@ -13,6 +13,7 @@ extern "C" { #endif +extern status_t arch_set_callback(void); extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection); extern status_t arch_mmu_free(void *address, size_t size); extern status_t arch_mmu_init(void);