diff options
Diffstat (limited to 'arch/s390/include/uapi/asm/setup.h')
-rw-r--r-- | arch/s390/include/uapi/asm/setup.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/setup.h b/arch/s390/include/uapi/asm/setup.h new file mode 100644 index 000000000..1f8803a31 --- /dev/null +++ b/arch/s390/include/uapi/asm/setup.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* + * S390 version + * Copyright IBM Corp. 1999, 2010 + */ + +#ifndef _UAPI_ASM_S390_SETUP_H +#define _UAPI_ASM_S390_SETUP_H + +#define COMMAND_LINE_SIZE 4096 + +#define ARCH_COMMAND_LINE_SIZE 896 + +#endif /* _UAPI_ASM_S390_SETUP_H */ |