Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/riscv/include/uapi/asm/setup.h
26513 views
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 1024
7
8
#endif /* _UAPI_ASM_RISCV_SETUP_H */
9
10