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
This commit is contained in:
Axel Dörfler
2003-10-11 18:59:08 +00:00
parent ecc5968ab8
commit 1d8adcd3f6
@@ -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