18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_IA64_USTACK_H
38c2ecf20Sopenharmony_ci#define _UAPI_ASM_IA64_USTACK_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/*
68c2ecf20Sopenharmony_ci * Constants for the user stack size
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/* Make a default stack size of 2GiB */
118c2ecf20Sopenharmony_ci#define DEFAULT_USER_STACK_SIZE	(1UL << 31)
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_IA64_USTACK_H */
14