12 lines
186 B
C
12 lines
186 B
C
|
/*
|
||
|
* Copyright 2020, Haiku, inc. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _ARM_LIMITS_H
|
||
|
#define _ARM_LIMITS_H
|
||
|
|
||
|
#define PAGESIZE 4096
|
||
|
|
||
|
#endif
|
||
|
|