xref: /haiku/src/system/boot/platform/efi/arch/x86/arch_mmu.cpp (revision 0fc10268e0512cf08a7dfe4dc3aa5d22de97656c)
1 /*
2  * Copyright 2021 Haiku, Inc. All rights reserved.
3  * Released under the terms of the MIT License.
4  */
5 
6 
7 void
8 arch_mmu_init(void)
9 {
10 
11 }
12