xref: /linux/arch/arm64/include/uapi/asm/setup.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24262a727SDavid Howells /*
34262a727SDavid Howells  * Based on arch/arm/include/asm/setup.h
44262a727SDavid Howells  *
54262a727SDavid Howells  * Copyright (C) 1997-1999 Russell King
64262a727SDavid Howells  * Copyright (C) 2012 ARM Ltd.
74262a727SDavid Howells  *
84262a727SDavid Howells  * This program is free software; you can redistribute it and/or modify
94262a727SDavid Howells  * it under the terms of the GNU General Public License version 2 as
104262a727SDavid Howells  * published by the Free Software Foundation.
114262a727SDavid Howells  *
124262a727SDavid Howells  * This program is distributed in the hope that it will be useful,
134262a727SDavid Howells  * but WITHOUT ANY WARRANTY; without even the implied warranty of
144262a727SDavid Howells  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
154262a727SDavid Howells  * GNU General Public License for more details.
164262a727SDavid Howells  *
174262a727SDavid Howells  * You should have received a copy of the GNU General Public License
184262a727SDavid Howells  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
194262a727SDavid Howells  */
204262a727SDavid Howells #ifndef __ASM_SETUP_H
214262a727SDavid Howells #define __ASM_SETUP_H
224262a727SDavid Howells 
234262a727SDavid Howells #include <linux/types.h>
244262a727SDavid Howells 
254262a727SDavid Howells #define COMMAND_LINE_SIZE	2048
264262a727SDavid Howells 
274262a727SDavid Howells #endif
28