mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
3cb8b1537f
Most of the contents of setup.h have no value for userspace applications. The file was probably moved to uapi accidentally. Keep the file in uapi to define the alpha-specific COMMAND_LINE_SIZE. Move all other defines to arch/alpha/include/asm/setup.h. Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
187 B
C
8 lines
187 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _UAPI__ALPHA_SETUP_H
|
|
#define _UAPI__ALPHA_SETUP_H
|
|
|
|
#define COMMAND_LINE_SIZE 256
|
|
|
|
#endif /* _UAPI__ALPHA_SETUP_H */
|