mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 16:06:40 +07:00
14 lines
229 B
C
14 lines
229 B
C
|
/*
|
||
|
* 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 */
|