xref: /haiku/headers/private/kernel/arch/sparc/arch_mmu.h (revision f2762b2d5658b0b6c9ff62997a1485194cc77e7c)
1 /*
2 ** Copyright 2019, Adrien Destugues, pulkomandy@pulkomandy.tk
3 ** Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_ARCH_SPARC_MMU_H
6 #define _KERNEL_ARCH_SPARC_MMU_H
7 
8 
9 #include <SupportDefs.h>
10 #include <string.h>
11 
12 #include <arch_cpu.h>
13 
14 
15 #endif	/* _KERNEL_ARCH_SPARC_MMU_H */
16