xref: /haiku/headers/private/kernel/boot/platform/efi/arch_mmu.h (revision 1773f0767ed809a3c64ccc0c1037f3c8a1d5de33)
1 /*
2  * Copyright 2013-2019 Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef KERNEL_BOOT_PLATFORM_EFI_ARCH_MMU_H
6 #define KERNEL_BOOT_PLATFORM_EFI_ARCH_MMU_H
7 
8 
9 void arch_mmu_init();
10 
11 
12 #endif /* KERNEL_BOOT_PLATFORM_EFI_ARCH_MMU_H */
13