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