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

#define PAGESIZE 4096

#endif