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
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