xref: /openbmc/linux/arch/sparc/include/uapi/asm/setup.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
254579826SDavid Howells /*
354579826SDavid Howells  *	Just a place holder.
454579826SDavid Howells  */
554579826SDavid Howells 
654579826SDavid Howells #ifndef _UAPI_SPARC_SETUP_H
754579826SDavid Howells #define _UAPI_SPARC_SETUP_H
854579826SDavid Howells 
954579826SDavid Howells #if defined(__sparc__) && defined(__arch64__)
1054579826SDavid Howells # define COMMAND_LINE_SIZE 2048
1154579826SDavid Howells #else
1254579826SDavid Howells # define COMMAND_LINE_SIZE 256
1354579826SDavid Howells #endif
1454579826SDavid Howells 
1554579826SDavid Howells 
1654579826SDavid Howells #endif /* _UAPI_SPARC_SETUP_H */
17