15 lines
272 B
C
15 lines
272 B
C
|
/*
|
||
|
* Copyright 2009 Haiku Inc.
|
||
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_MIPSEL_MMU_H
|
||
|
#define _KERNEL_ARCH_MIPSEL_MMU_H
|
||
|
|
||
|
#include <arch_cpu.h>
|
||
|
|
||
|
#warning IMPLEMENT arch_mmu.h
|
||
|
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_MIPSEL_MMU_H */
|
||
|
|