setup.h 247 B

12345678910111213141516
  1. /*
  2. * Just a place holder.
  3. */
  4. #ifndef _UAPI_SPARC_SETUP_H
  5. #define _UAPI_SPARC_SETUP_H
  6. #if defined(__sparc__) && defined(__arch64__)
  7. # define COMMAND_LINE_SIZE 2048
  8. #else
  9. # define COMMAND_LINE_SIZE 256
  10. #endif
  11. #endif /* _UAPI_SPARC_SETUP_H */