xref: /haiku/headers/private/kernel/boot/platform/efi/arch_mmu.h (revision ca7a630e20b634baf7f70bb0a799becd4117e04f)
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