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