mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 04:58:51 +01:00
12 lines
194 B
C
12 lines
194 B
C
|
/*
|
||
|
* Copyright 2020, Haiku, inc. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _RISCV64_LIMITS_H
|
||
|
#define _RISCV64_LIMITS_H
|
||
|
|
||
|
#define PAGESIZE 4096
|
||
|
|
||
|
#endif
|
||
|
|