haiku/headers/private/kernel/arch/mipsel/cpu.h

12 lines
241 B
C
Raw Normal View History

/*
* 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 */