xref: /haiku/headers/private/kernel/arch/ppc/arch_vm.h (revision 68b54c0db9d30c13d517a3732e3cc0fa531a1a53)
1 /*
2  * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef ARCH_PPC_VM_H
6 #define ARCH_PPC_VM_H
7 
8 /* This many pages will be read/written on I/O if possible */
9 
10 #define NUM_IO_PAGES	4
11 	/* 16 kB */
12 
13 #endif	/* ARCH_PPC_VM_H */
14