blob: 949e29dae22a9ded75ab9c6bdc61d498f8a8cecb (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
#ifndef _ASM_RISCV_SETUP_H
#define _ASM_RISCV_SETUP_H
#define COMMAND_LINE_SIZE 1024
#endif /* _ASM_RISCV_SETUP_H */
|