1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 283596729SDavid Howells /* 383596729SDavid Howells * include/asm-xtensa/param.h 483596729SDavid Howells * 583596729SDavid Howells * This file is subject to the terms and conditions of the GNU General Public 683596729SDavid Howells * License. See the file "COPYING" in the main directory of this archive 783596729SDavid Howells * for more details. 883596729SDavid Howells * 983596729SDavid Howells * Copyright (C) 2001 - 2005 Tensilica Inc. 1083596729SDavid Howells */ 1183596729SDavid Howells 1283596729SDavid Howells #ifndef _UAPI_XTENSA_PARAM_H 1383596729SDavid Howells #define _UAPI_XTENSA_PARAM_H 1483596729SDavid Howells 1583596729SDavid Howells #ifndef __KERNEL__ 1683596729SDavid Howells # define HZ 100 1783596729SDavid Howells #endif 1883596729SDavid Howells 1983596729SDavid Howells #define EXEC_PAGESIZE 4096 2083596729SDavid Howells 2183596729SDavid Howells #ifndef NGROUPS 2283596729SDavid Howells #define NGROUPS 32 2383596729SDavid Howells #endif 2483596729SDavid Howells 2583596729SDavid Howells #ifndef NOGROUP 2683596729SDavid Howells #define NOGROUP (-1) 2783596729SDavid Howells #endif 2883596729SDavid Howells 2983596729SDavid Howells #define MAXHOSTNAMELEN 64 /* max length of hostname */ 3083596729SDavid Howells 3183596729SDavid Howells #endif /* _UAPI_XTENSA_PARAM_H */ 32