git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
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 */
|