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