162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Just a place holder. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef _UAPI_SPARC_SETUP_H 762306a36Sopenharmony_ci#define _UAPI_SPARC_SETUP_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#if defined(__sparc__) && defined(__arch64__) 1062306a36Sopenharmony_ci# define COMMAND_LINE_SIZE 2048 1162306a36Sopenharmony_ci#else 1262306a36Sopenharmony_ci# define COMMAND_LINE_SIZE 256 1362306a36Sopenharmony_ci#endif 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif /* _UAPI_SPARC_SETUP_H */ 17