blob: 3c208a4dd464053954ece47816d28936ba9c7641 [file] [log] [blame]
Greg Kroah-Hartman6f52b162017-11-01 15:08:43 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
David Howells54579822012-10-09 09:47:43 +01002/*
3 * Just a place holder.
4 */
5
6#ifndef _UAPI_SPARC_SETUP_H
7#define _UAPI_SPARC_SETUP_H
8
9#if defined(__sparc__) && defined(__arch64__)
10# define COMMAND_LINE_SIZE 2048
11#else
12# define COMMAND_LINE_SIZE 256
13#endif
14
15
16#endif /* _UAPI_SPARC_SETUP_H */