setup.h 310 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * Just a place holder.
  4. */
  5. #ifndef _UAPI_SPARC_SETUP_H
  6. #define _UAPI_SPARC_SETUP_H
  7. #if defined(__sparc__) && defined(__arch64__)
  8. # define COMMAND_LINE_SIZE 2048
  9. #else
  10. # define COMMAND_LINE_SIZE 256
  11. #endif
  12. #endif /* _UAPI_SPARC_SETUP_H */