xref: /haiku/headers/posix/arch/riscv64/limits.h (revision 830f67ef991407f287dbc1238aa5f5906d90c991)
1 /*
2  * Copyright 2020, Haiku, inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _RISCV64_LIMITS_H
6 #define _RISCV64_LIMITS_H
7 
8 #define PAGESIZE 4096
9 
10 #endif
11 
12