xref: /linux/arch/s390/include/uapi/asm/setup.h (revision a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8)
1 /*
2  *  S390 version
3  *    Copyright IBM Corp. 1999, 2010
4  */
5 
6 #ifndef _UAPI_ASM_S390_SETUP_H
7 #define _UAPI_ASM_S390_SETUP_H
8 
9 #define COMMAND_LINE_SIZE	4096
10 
11 #define ARCH_COMMAND_LINE_SIZE	896
12 
13 #endif /* _UAPI_ASM_S390_SETUP_H */
14