linuxOS_D21X/source/linux-5.10/include/uapi/asm-generic/setup.h
2024-11-29 16:13:46 +08:00

8 lines
191 B
C

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SETUP_H
#define __ASM_GENERIC_SETUP_H
#define COMMAND_LINE_SIZE 1024
#endif /* __ASM_GENERIC_SETUP_H */