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