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