xref: /openbmc/linux/arch/s390/include/uapi/asm/setup.h (revision 8dda2eac)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3  *  S390 version
4  *    Copyright IBM Corp. 1999, 2010
5  */
6 
7 #ifndef _UAPI_ASM_S390_SETUP_H
8 #define _UAPI_ASM_S390_SETUP_H
9 
10 #define COMMAND_LINE_SIZE	4096
11 
12 #define ARCH_COMMAND_LINE_SIZE	896
13 
14 #endif /* _UAPI_ASM_S390_SETUP_H */
15