18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * include/asm-xtensa/param.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 68c2ecf20Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 78c2ecf20Sopenharmony_ci * for more details. 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * Copyright (C) 2001 - 2005 Tensilica Inc. 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#ifndef _UAPI_XTENSA_PARAM_H 138c2ecf20Sopenharmony_ci#define _UAPI_XTENSA_PARAM_H 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#ifndef __KERNEL__ 168c2ecf20Sopenharmony_ci# define HZ 100 178c2ecf20Sopenharmony_ci#endif 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define EXEC_PAGESIZE 4096 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#ifndef NGROUPS 228c2ecf20Sopenharmony_ci#define NGROUPS 32 238c2ecf20Sopenharmony_ci#endif 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci#ifndef NOGROUP 268c2ecf20Sopenharmony_ci#define NOGROUP (-1) 278c2ecf20Sopenharmony_ci#endif 288c2ecf20Sopenharmony_ci 298c2ecf20Sopenharmony_ci#define MAXHOSTNAMELEN 64 /* max length of hostname */ 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ci#endif /* _UAPI_XTENSA_PARAM_H */ 32