xref: /haiku/headers/private/kernel/arch/m68k/arch_vm.h (revision 002f37b0cca92e4cf72857c72ac95db5a8b09615)
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_M68K_VM_H
6 #define ARCH_M68K_VM_H
7 
8 #include <vm/VMTranslationMap.h>
9 
10 /* This many pages will be read/written on I/O if possible */
11 
12 #define NUM_IO_PAGES	4
13 	/* 16 kB */
14 
15 #define PAGE_SHIFT 12
16 
17 #endif	/* ARCH_M68K_VM_H */
18