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