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