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