mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
13 lines
261 B
C
13 lines
261 B
C
|
/*
|
||
|
* Copyright 2018, Jaroslaw Pelczar <jarek@jpelczar.com>
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_ARM64_ARCH_VM_H_
|
||
|
#define _KERNEL_ARCH_ARM64_ARCH_VM_H_
|
||
|
|
||
|
|
||
|
#define PAGE_SHIFT 12
|
||
|
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_ARM64_ARCH_VM_H_ */
|