2009-07-27 20:23:08 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef ARCH_ARM_VM_H
|
|
|
|
#define ARCH_ARM_VM_H
|
|
|
|
|
|
|
|
/* This many pages will be read/written on I/O if possible */
|
2011-03-14 16:48:21 +03:00
|
|
|
#define PAGE_SHIFT 12
|
2009-07-27 20:23:08 +04:00
|
|
|
|
2011-03-14 16:48:21 +03:00
|
|
|
#endif /* ARCH_ARM_VM_H */
|