]> Git Repo - J-linux.git/blob - arch/sparc/include/uapi/asm/setup.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / arch / sparc / include / uapi / asm / setup.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
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 */
This page took 0.023077 seconds and 4 git commands to generate.