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