setup.h 292 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * S390 version
  4. * Copyright IBM Corp. 1999, 2010
  5. */
  6. #ifndef _UAPI_ASM_S390_SETUP_H
  7. #define _UAPI_ASM_S390_SETUP_H
  8. #define COMMAND_LINE_SIZE 4096
  9. #define ARCH_COMMAND_LINE_SIZE 896
  10. #endif /* _UAPI_ASM_S390_SETUP_H */