/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_LINUX_LIMITS_H #define _UAPI_LINUX_LIMITS_H #define NR_OPEN … #define NGROUPS_MAX … #define ARG_MAX … #define LINK_MAX … #define MAX_CANON … #define MAX_INPUT … #define NAME_MAX … #define PATH_MAX … #define PIPE_BUF … #define XATTR_NAME_MAX … #define XATTR_SIZE_MAX … #define XATTR_LIST_MAX … #define RTSIG_MAX … #endif