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