12 lines
241 B
C
12 lines
241 B
C
|
/*
|
||
|
* Copyright 2009 Haiku Inc.
|
||
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_MIPSEL_CPU_H
|
||
|
#define _KERNEL_ARCH_MIPSEL_CPU_H
|
||
|
|
||
|
#define PAGE_SIZE 4096
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_MIPSEL_CPU_H */
|
||
|
|