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