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