repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
headers
/
private
/
kernel
/
arch
/
arm
/
arch_vm.h
blob
7c64e3619f7ff85c92d0b2457f2c807facde4da8
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_ARM_VM_H
6
#define ARCH_ARM_VM_H
7
8
/* This many pages will be read/written on I/O if possible */
9
#define PAGE_SHIFT 12
10
11
#endif
/* ARCH_ARM_VM_H */