xref: /kernel/linux/linux-5.10/arch/um/include/asm/setup.h (revision 8c2ecf20)
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef SETUP_H_INCLUDED
38c2ecf20Sopenharmony_ci#define SETUP_H_INCLUDED
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
68c2ecf20Sopenharmony_ci * command line, so this choice is ok.
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define COMMAND_LINE_SIZE 4096
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif		/* SETUP_H_INCLUDED */
12