17 lines
310 B
C
17 lines
310 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _UAPI_ASM_SW64_PARAM_H
|
|
#define _UAPI_ASM_SW64_PARAM_H
|
|
|
|
#define HZ 100
|
|
|
|
#define EXEC_PAGESIZE 8192
|
|
|
|
#ifndef NOGROUP
|
|
#define NOGROUP (-1)
|
|
#endif
|
|
|
|
#define MAXHOSTNAMELEN 64 /* max length of hostname */
|
|
|
|
|
|
#endif /* _UAPI_ASM_SW64_PARAM_H */
|