xref: /haiku/headers/private/kernel/arch/mipsel/arch_mmu.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1 /*
2  * Copyright 2009 Haiku Inc.
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_MIPSEL_MMU_H
6 #define _KERNEL_ARCH_MIPSEL_MMU_H
7 
8 #include <arch_cpu.h>
9 
10 #warning IMPLEMENT arch_mmu.h
11 
12 
13 #endif /* _KERNEL_ARCH_MIPSEL_MMU_H */
14 
15