Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
riscv-linux-any
asm
setup.h
pretty
plain
permalink
blame
history
•
8 lines
•
187 B
1
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2
3
#ifndef _ASM_RISCV_SETUP_H
4
#define _ASM_RISCV_SETUP_H
5
6
#define COMMAND_LINE_SIZE	2048
7
8
#endif /* _ASM_RISCV_SETUP_H */