root/headers/posix/arch/mipsel/limits.h
/*
 * Copyright 2020, Haiku, inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _MIPS_LIMITS_H
#define _MIPS_LIMITS_H

#define PAGESIZE 4096

#endif