xref: /linux/arch/riscv/include/uapi/asm/setup.h (revision 9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e)
1*61fc1ee8SAlexandre Ghiti /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2*61fc1ee8SAlexandre Ghiti 
3*61fc1ee8SAlexandre Ghiti #ifndef _UAPI_ASM_RISCV_SETUP_H
4*61fc1ee8SAlexandre Ghiti #define _UAPI_ASM_RISCV_SETUP_H
5*61fc1ee8SAlexandre Ghiti 
6*61fc1ee8SAlexandre Ghiti #define COMMAND_LINE_SIZE	1024
7*61fc1ee8SAlexandre Ghiti 
8*61fc1ee8SAlexandre Ghiti #endif /* _UAPI_ASM_RISCV_SETUP_H */
9