xref: /haiku/headers/private/kernel/arch/sparc/arch_mmu.h (revision 1f52c921e27aa442370e1bd4adc021acf2b78b64)
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