mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-11 09:52:44 -04:00
13 lines
229 B
C
13 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 */
|